Tagged: 

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

    Hi

    I’m trying to change menu background color to Red, when I set to Transparent Header.
    so I will get red box on the menu list.

    My CSS is :
    ul#avia-menu.menu.av-main-nav {
    background-color: red;
    }

    But when page is scrolled down, the red color is still hanging in there.
    I want to display red box only when on main page, but it change to default when page is scrolled down.

    what should I do?

    Thanks

    #635858

    Oh, I got it

    #top #header.header_color.av_header_transparency .av-main-nav > li {
    background-color: red;
    }

    it’s work for me

    #635866

    Hey masyogie,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

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