How to i remove in the menu, Memberlist, f&q, Groups ect
3 posters
Page 1 of 1
How to i remove in the menu, Memberlist, f&q, Groups ect
Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link :
Description of problem
title says everything below need to remove as forums is more of a website
fubzey- Forumember
- Posts : 31
Reputation : 1
Language : english
Re: How to i remove in the menu, Memberlist, f&q, Groups ect
try this code.
- Code:
a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
display:none;
}
Re: How to i remove in the menu, Memberlist, f&q, Groups ect
DarkCrowDawn wrote:try this code.
- Code:
a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
display:none;
}
Well, your code won't work since you forgot to add the openning brace and a "href".
Here are the mistakes:
a.mainmenu[href="/calendar"], a.mainmenu[href="/search"], a.mainmenu[="/memberlist"], a.mainmenu[href="/f&q"]
display:none;
Try this code instead:
- Code:
a.mainmenu[href="/faq"], a.mainmenu[href="/memberlist"], a.mainmenu[href="/groups"] {
display: none;
}
- Spoiler:
- You can also remove the calendar:
- Code:
a.mainmenu[href="/calendar"], a.mainmenu[href="/faq"], a.mainmenu[href="/memberlist"], a.mainmenu[href="/groups"] {
display: none;
}
Similar topics
» I want to remove groups from navbar
» how to remove calendar from main menu
» Remove the Text Links from Nav menu
» Group design, group description pop up and add gif in the groups that can see in the main menu page
» How To Remove Smiley Menu from 'Post A Topic/Reply' screen
» how to remove calendar from main menu
» Remove the Text Links from Nav menu
» Group design, group description pop up and add gif in the groups that can see in the main menu page
» How To Remove Smiley Menu from 'Post A Topic/Reply' screen
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum