Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1394602

    Hello!
    We are using the transparent glassy header.
    In advanced options I set the menu background-on-hover to be a color.
    This background-on-hover color only displays after scrolling when the header becomes opaque.
    Is there a way for this menu background-on-hover to display when using the transparent glassy header?
    Additionally, can this background-on-hover have an opacity setting?

    thank you so much!

    • This topic was modified 1 year, 10 months ago by doug123.
    #1394622

    Hey doug123,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1394655

    Sure thing – thank you!

    #1394692

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av_header_transparency nav.main_menu li:hover {
      background-color: #8ad3f2;
    }

    Best regards,
    Rikard

    #1394726

    Thanks Rikard!
    Yes that works.
    but the text of the menu link disappears. I tried adding color but that didn’t work-

    .av_header_transparency nav.main_menu li:hover {
    color: #00000 !important;
    background-color: #8ad3f2;
    }

    Also, is there a way to change the background-on-hover opacity?

    #1395365

    Hi,

    Please add the following code to Quick CSS as well

    
    #top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .avia-menu-text {
      color: white;
    }
    

    You can use following code and adjust the opacity level of the background

    
    .av_header_transparency nav.main_menu li:hover {
    color: #00000 !important;
    background-color: rgba(138, 211, 242, 0.6); 
    }
    

    138, 211, 242 is the RGB value of the color and 0.6 is opacity level :)

    Best regards,
    Yigit

    #1395691

    Thank you SO much! Perfect!
    All the best,
    Doug

    #1395707

    Hi Doug,

    You are welcome! Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘menu background-on-hover in transparent glassy header’ is closed to new replies.