Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11270
    rwaki
    Member

    Hello ,
    How can i change the hover color of the menu in the free catch everest theme…from black to green.

    Thank you

    #11308
    Sakin
    Keymaster

    @rwaki: You can just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
        background-color: #000000;
    }
    #11411
    rwaki
    Member

    That work very well for the hover thank you very much.
    But how can I change the color of the drop down menu from black ?

    Thank you

    #11416
    Sakin
    Keymaster

    @rwaki: You can just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul a {
        background-color: #222;
    }
    #11433
    rwaki
    Member

    @Sakin Thank you .It worked

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hover color of the menu items’ is closed to new replies.