removing pages on nav bar
4 posters
Page 1 of 1
removing pages on nav bar
hello guys I want to remove and rename pages on nav bar for example I want to change. Home to be called forum and I want to remove FnQ, Calander, usergroups from nav bar
how do I do this
how do I do this
reptilist- New Member
- Posts : 5
Reputation : 1
Language : english
Re: removing pages on nav bar
Please read the following thread this should help
CLICK HERE TO SEE THREAD!!
Also try and do a search of keywords like #Remove #Hide
There is 100's of topic's that can help here.
CLICK HERE TO SEE THREAD!!
Also try and do a search of keywords like #Remove #Hide
There is 100's of topic's that can help here.
Re: removing pages on nav bar
I want to remove FnQ, Calander, usergroups from nav bar
You can do this with CSS
FAQ
- Code:
.navlinks a.mainmenu[href="/faq"] { display: none; }
Calendar
- Code:
.navlinks a.mainmenu[href="/calendar"] { display: none; }
Usergroups
- Code:
.navlinks a.mainmenu[href="/groups"] { display: none; }
You could change the name of the Home tag using Javascript, but you can also do this using CSS, which should be faster.
- Code:
.navlinks a.mainmenu[href="/forum"] {
font-size: 0;
margin-right: -7px;
}
.navlinks a.mainmenu[href="/forum"]:before {
font-size: 0.7rem;
content: "Forum";
}
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: removing pages on nav bar
Wecoc wrote:I want to remove FnQ, Calander, usergroups from nav bar
You can do this with CSS
FAQ
- Code:
.navlinks a.mainmenu[href="/faq"] { display: none; }
Calendar
- Code:
.navlinks a.mainmenu[href="/calendar"] { display: none; }
Usergroups
- Code:
.navlinks a.mainmenu[href="/groups"] { display: none; }
You could change the name of the Home tag using Javascript, but you can also do this using CSS, which should be faster.
- Code:
.navlinks a.mainmenu[href="/forum"] {
font-size: 0;
margin-right: -7px;
}
.navlinks a.mainmenu[href="/forum"]:before {
font-size: 0.7rem;
content: "Forum";
}
where do I go to post these codes
reptilist- New Member
- Posts : 5
Reputation : 1
Language : english
Re: removing pages on nav bar
All these have to be inserted in the same place.
Administration Panel Display Pictures and Colors Colors CSS Stylesheet
Edit: Fixed, sorry
Administration Panel Display Pictures and Colors Colors CSS Stylesheet
Edit: Fixed, sorry
Last edited by Wecoc on March 29th 2018, 5:02 am; edited 1 time in total
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Re: removing pages on nav bar
If you are not using the calendar, you can just deactivated it.
@Wecoc please do not use bold/color text.
@Wecoc please do not use bold/color text.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum