Can you remove something from the 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.

    Can you remove something from the navbar?

    avatar
    AndyDS
    Forumember


    Posts : 26
    Reputation : 0
    Language : English

    Solved Can you remove something from the navbar?

    Post by AndyDS November 27th 2010, 10:07 am

    Say, I want to get rid of the calender from the navbar because it looks ugly.
    Does anyone know how to remove it?
    ===
    PS it's not the only thing I want to remove, I just want to know how.
    avatar
    Guest
    Guest


    Solved Re: Can you remove something from the navbar?

    Post by Guest November 27th 2010, 2:42 pm

    ACP - Modules - Calendar - Configuration - Activate the calendar : No

    For other links use CSS code:
    Code:

    a[href="LINK TO THE NAVBAR"]{
    display:none;}

    e.g, delete the faq:
    Code:

    a[href="/faq.htm"]{
    display:none;}
    avatar
    AndyDS
    Forumember


    Posts : 26
    Reputation : 0
    Language : English

    Solved Re: Can you remove something from the navbar?

    Post by AndyDS November 28th 2010, 12:06 am

    ~ta, solved.
    avatar
    Guest
    Guest


    Solved Re: Can you remove something from the navbar?

    Post by Guest November 28th 2010, 1:09 am

    Solved + Locked