How to remove links from 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

    How to remove links from navbar?

    avatar
    kwnos1000
    New Member


    Male Posts : 24
    Reputation : 0
    Language : Greek
    Location : Greece

    How to remove links from navbar? Empty How to remove links from navbar?

    Post by kwnos1000 December 24th 2011, 7:23 pm

    Hi
    How to remove links from the navbar?
    I tried to remove from the css:
    Code:
    a[href="/faq"] {
      display: none;
    }
    But it has a space Sad
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by runawayhorses December 24th 2011, 7:44 pm

    Go to Admin Panel>>Display>>Headers & Navigation.

    Or

    Go to Admin Panel>>Display>>Pic management>>Simple Mode.

    avatar
    kwnos1000
    New Member


    Male Posts : 24
    Reputation : 0
    Language : Greek
    Location : Greece

    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by kwnos1000 December 24th 2011, 7:56 pm

    Yes but i have letters and images on the navbar and not only images
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by runawayhorses December 24th 2011, 8:09 pm

    OK, go to Admin Panel>>Users & Groups>>Special rights>>

    Then select who can see the links. If you are the admin you'll still see it, but no one else will if you set a link to Admin only.
    avatar
    Guest
    Guest


    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by Guest December 24th 2011, 8:12 pm

    Nope nope! Replace that code with:
    Code:
    a[href="/faq"] {
      display: none;
      padding-left: 3px;
    }
    or:
    Code:
    a[href="/faq"] {
      display: none;
      padding-right: 3px;
    }
    But should first code. blackeye
    avatar
    kwnos1000
    New Member


    Male Posts : 24
    Reputation : 0
    Language : Greek
    Location : Greece

    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by kwnos1000 December 24th 2011, 8:35 pm

    it continues Sad
    avatar
    Guest
    Guest


    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by Guest December 24th 2011, 8:36 pm

    It depend of the code you used. Rolling Eyes
    avatar
    kwnos1000
    New Member


    Male Posts : 24
    Reputation : 0
    Language : Greek
    Location : Greece

    How to remove links from navbar? Empty Re: How to remove links from navbar?

    Post by kwnos1000 December 24th 2011, 8:50 pm

    I removed the old code and i putted this who you gave me...I have phpbb2