Closed (works as designed)
Project:
Internet Services
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Jan 2008 at 04:10 UTC
Updated:
25 Jan 2008 at 16:56 UTC
thanks for the great theme, but when I used it, in the top navigation bar, it showed a word "primary_links" and I could not remove it, what I did is change the css file to make the font size to 0, but still there is a trace to see it, anybody knows how to remove it? thanks a lot, and if you don't understand my question, please look at www.netregist.com and see in the navigatoin bar, before the "CMS" menu, there is some "white line", which is "primary_links", thanks a lot
Comments
Comment #1
hswong3i commentedCheck the internet_services_primary() from template.php. You will find that the title is coming from $menu['title'], which means that "the title of this menu (primary_link as default)" will be shown out. Go to menu admin page, try to change its title wording and check if have effect?
Comment #2
shijmus commentedthanks a lot, I change the name to a space, now it looks good
Comment #3
hswong3i commented