Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #301793

    I’m wondering if you guys know of a better way to do this:

    http://mightyfreshfarms.com/home/

    I want it so when you over over the menu items that the smaller words BELOW the larger words on the menu turn green – but the larger words keep turning green too.

    What I have it doing is:

    html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a:hover {
    color: #a7bd39;
    }

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a span.larger-menu:hover {
    color: #666666 !important;
    }

    #302134

    Hi Andrea!

    Looks like you already managed to achieve it.

    Best regards,
    Josue

    #302145

    Weird – I guess it was just a glitch that I was seeing! Sorry to waste your time!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Hover’ is closed to new replies.