Removing of headers and navigation 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

    Removing of headers and navigation

    vaccam
    vaccam
    Forumember


    Posts : 371
    Reputation : 14
    Language : Norwegian
    Location : Norway

    Solved Removing of headers and navigation

    Post by vaccam March 4th 2014, 4:18 pm

    So i tried to remove these navigation buttons, with this code

    Code:
    a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/Home"], a.mainmenu[href="/portal"]  {
        display: none;
    }

    But it is still there? I also removed the pictures to the buttons but that wouldt help.

    This is the theme : http://no.hitskin.com/search-a-skin/graphic-design-skin-150451.htm


    Picture of the problem : Removing of headers and navigation Lol17


    Thank you

    Vaccam
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Removing of headers and navigation

    Post by Ange Tuteur March 4th 2014, 4:36 pm

    Try making the declaration important to see if that will help :
    Code:
    a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/"], a.mainmenu[href="/portal"]  { display:none !important; }
    vaccam
    vaccam
    Forumember


    Posts : 371
    Reputation : 14
    Language : Norwegian
    Location : Norway

    Solved Re: Removing of headers and navigation

    Post by vaccam March 4th 2014, 4:37 pm

    Ange Tuteur wrote:Try making the declaration important to see if that will help :
    Code:
    a.mainmenu[href="/groups"], a.mainmenu[href="/faq"], a.mainmenu[href="/search"], a.mainmenu[href="/calendar"], a.mainmenu[href="/"], a.mainmenu[href="/portal"]  { display:none !important; }

    Didnt work Sad
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Removing of headers and navigation

    Post by Ange Tuteur March 4th 2014, 4:44 pm

    Are you adding this to the top or bottom of the sheet ? If you're adding it to the bottom, add it to the top.

    You're just trying the remove the links, or ?
    vaccam
    vaccam
    Forumember


    Posts : 371
    Reputation : 14
    Language : Norwegian
    Location : Norway

    Solved Re: Removing of headers and navigation

    Post by vaccam March 4th 2014, 4:48 pm

    It worked but the portal disapeared.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Removing of headers and navigation

    Post by Ange Tuteur March 4th 2014, 4:57 pm

    Remove one of the selectors in the rule that pertains to the portal :

    If it is homepage :
    a.mainmenu[href="/"],

    if not :
    a.mainmenu[href="/portal"]
    vaccam
    vaccam
    Forumember


    Posts : 371
    Reputation : 14
    Language : Norwegian
    Location : Norway

    Solved Re: Removing of headers and navigation

    Post by vaccam March 4th 2014, 4:59 pm

    SOLVED and thank you
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Removing of headers and navigation

    Post by Ange Tuteur March 4th 2014, 5:03 pm

    You're welcome I love you

    Topic solved and archived