Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #478412

    Hello!

    On my site, I am using the transparent header option.

    is it possible to have one mouse hover color for navigation items — when the transparent navigation is being displayed…and a different mouse hover color for navigation items — when the non-transparent navigation is being deployed

    i am using advanced styling per below to set up the current mouse hover styling
    screen

    #478419

    Hey!

    Try adding this code to the Quick CSS:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a span{
        color: red !important;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.