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

    Hi,

    I’m having an issue with needing the change menu colors after scroll begins and head_main background color changes from light white transparency to white transparency. I need the .CSS overrides for this please.

    See screenshot of menu before scroll: http://screencast.com/t/kS95LJS0

    See screenshot of menu after scroll: http://screencast.com/t/2y0RZThQb

    I need the .CSS override for changing menu color after scroll begins and transparency goes to white background. I need to change to HEX ce9a51.

    Thanks for your help.

    Brett

    #570971

    Hi geeks4rent!

    Add a .header-scrolled before your CSS to target it only when scrolling down the page.

    .header-scrolled .avia-menu .avia-menu-text { color: black !important; }
    .header-scrolled .avia-menu .avia-menu-text:hover { color: red !important; }
    

    Regards,
    Elliott

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