The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

removing pages on nav bar

4 posters

Go down

In progress removing pages on nav bar

Post by reptilist March 28th 2018, 10:30 pm

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 Very Happy

how do I do this
reptilist
reptilist
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

In progress Re: removing pages on nav bar

Post by Ape March 28th 2018, 10:38 pm

Please post your forum URL


removing pages on nav bar Left1212removing pages on nav bar Center11removing pages on nav bar Right112
removing pages on nav bar Ape_b110
removing pages on nav bar Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: removing pages on nav bar

Post by reptilist March 28th 2018, 10:41 pm

APE wrote:Please post your forum URL

http://reptilist.forumotion.com/forum
reptilist
reptilist
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

In progress Re: removing pages on nav bar

Post by Ape March 28th 2018, 11:10 pm

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.


removing pages on nav bar Left1212removing pages on nav bar Center11removing pages on nav bar Right112
removing pages on nav bar Ape_b110
removing pages on nav bar Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: removing pages on nav bar

Post by Wecoc March 28th 2018, 11:21 pm

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
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

In progress Re: removing pages on nav bar

Post by reptilist March 28th 2018, 11:24 pm

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
reptilist
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

In progress Re: removing pages on nav bar

Post by Wecoc March 28th 2018, 11:30 pm

All these have to be inserted in the same place.
Administration Panel Display Pictures and Colors Colors CSS Stylesheet

Edit: Fixed, sorry Sorry


Last edited by Wecoc on March 29th 2018, 5:02 am; edited 1 time in total
Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

In progress Re: removing pages on nav bar

Post by SLGray March 29th 2018, 12:31 am

If you are not using the calendar, you can just deactivated it.

@Wecoc  please do not use bold/color text.


removing pages on nav bar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51554
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum