Code To Hide Other Navbar Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Code To Hide Other Navbar

    matonskie23
    matonskie23
    Forumember


    Posts : 33
    Reputation : 2
    Language : english

    Solved Code To Hide Other Navbar

    Post by matonskie23 Fri 19 Jul - 3:10

    Anyone can Give me Code That Can Hide Navbar PLS..!


    Last edited by matonskie23 on Fri 19 Jul - 4:05; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Code To Hide Other Navbar

    Post by SLGray Fri 19 Jul - 3:12

    Please post your forum's link.



    Code To Hide Other Navbar Slgray10

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


    Posts : 33
    Reputation : 2
    Language : english

    Solved Re: Code To Hide Other Navbar

    Post by matonskie23 Fri 19 Jul - 3:36

    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Code To Hide Other Navbar

    Post by SLGray Fri 19 Jul - 3:46

    Add this to your CSS:
    Code:
    #primary_nav {
        display:  none;
    }



    Code To Hide Other Navbar Slgray10

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


    Posts : 33
    Reputation : 2
    Language : english

    Solved Re: Code To Hide Other Navbar

    Post by matonskie23 Fri 19 Jul - 3:53

    Not That I Want to Hide the FAQ,User Group,Profile,Inbox
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Code To Hide Other Navbar

    Post by SLGray Fri 19 Jul - 3:57

    Oh.

    Add this to your CSS:
    Code:
      a[href="/NAME OF BUTTON"] {
            display: none !important;
        }



    Code To Hide Other Navbar Slgray10

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


    Posts : 33
    Reputation : 2
    Language : english

    Solved Re: Code To Hide Other Navbar

    Post by matonskie23 Fri 19 Jul - 4:01

    ok Thanks
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Code To Hide Other Navbar

    Post by SLGray Fri 19 Jul - 4:35

    You're welcome.

    Topic Solved & Locked



    Code To Hide Other Navbar Slgray10

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