Removing of headers and navigation
2 posters
Page 1 of 1
Removing of headers and navigation
So i tried to remove these navigation buttons, with this code
But it is still there? I also removed the pictures to the buttons but that wouldt help.
This is the theme : http://no.hitskin.com/search-a-skin/graphic-design-skin-150451.htm
Picture of the problem :
Thank you
Vaccam
- Code:
a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/Home"], a.mainmenu[href="/portal"] {
display: none;
}
But it is still there? I also removed the pictures to the buttons but that wouldt help.
This is the theme : http://no.hitskin.com/search-a-skin/graphic-design-skin-150451.htm
Picture of the problem :
Thank you
Vaccam
Re: Removing of headers and navigation
Try making the declaration important to see if that will help :
- Code:
a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/"], a.mainmenu[href="/portal"] { display:none !important; }
Re: Removing of headers and navigation
Ange Tuteur wrote:Try making the declaration important to see if that will help :
- Code:
a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/"], a.mainmenu[href="/portal"] { display:none !important; }
Didnt work
Re: Removing of headers and navigation
Are you adding this to the top or bottom of the sheet ? If you're adding it to the bottom, add it to the top.
You're just trying the remove the links, or ?
You're just trying the remove the links, or ?
Re: Removing of headers and navigation
Remove one of the selectors in the rule that pertains to the portal :
If it is homepage :
a.mainmenu[href="/"],
if not :
a.mainmenu[href="/portal"]
If it is homepage :
a.mainmenu[href="/"],
if not :
a.mainmenu[href="/portal"]
Similar topics
» Removing Headers in Menu
» How to I add a search bar to my headers and navigation?
» how i can get more headers ?
» How to get two headers per category
» Getting rid/changing the color of a random white border under some headers
» How to I add a search bar to my headers and navigation?
» how i can get more headers ?
» How to get two headers per category
» Getting rid/changing the color of a random white border under some headers
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum