how to remove calendar from main menu 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.
3 posters

    how to remove calendar from main menu

    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved how to remove calendar from main menu

    Post by zenzo February 7th 2013, 2:50 pm

    is possible to remove calendar from main menu forum invision

    i try this code but not working
    Code:
    a.mainmenu[href="/faq"] {
        display: none;
    }
    a.mainmenu[href="/calendar"] {
        display: none;
    }

    or may its wrong
    avatar
    belokniznik
    New Member


    Posts : 7
    Reputation : 1
    Language : RUSSIAN

    Solved Re: how to remove calendar from main menu

    Post by belokniznik February 7th 2013, 3:39 pm

    Please, adress of site.
    zenzo
    zenzo
    Forumember


    Posts : 564
    Reputation : 13
    Language : english,tagalog
    Location : philippines

    Solved Re: how to remove calendar from main menu

    Post by zenzo February 7th 2013, 3:55 pm

    http://testkolang.action-24.com/

    i'v found it

    Code:
    a.mainmenu[href="/calendar"]{
    display: none !important;
    }

    topic solve
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: how to remove calendar from main menu

    Post by Sanket February 7th 2013, 7:38 pm

    zenzo, thank you for posting the solution Smile
    Topic Solved & Locked