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.
The forum of the forums
4 posters

    removing pages on nav bar

    reptilist
    reptilist
    New Member


    Posts : 5
    Reputation : 1
    Language : english

    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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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


    Posts : 5
    Reputation : 1
    Language : english

    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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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


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

    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";
    }
    reptilist
    reptilist
    New Member


    Posts : 5
    Reputation : 1
    Language : english

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


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

    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
    SLGray
    SLGray
    Administrator
    Administrator


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

    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.

      Current date/time is September 23rd 2024, 3:29 am