Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #428012

    Looking to make mega menu and drop down with opacity.
    Also to change color of mega menu and drop down.

    Thanks!

    #428459

    Hi anogma!

    Try adding this to your custom CSS.

    .avia_mega_div { background: rgba(255,255,255,0.5) !important; }
    

    The first three 255 values refers to the RGB color and the last 0.5 refers to the opacity.

    Regards,
    Elliott

    #428469
    This reply has been marked as private.
    #428567

    Hi!

    Please add following code to Quick CSS

    #top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu, .sub-menu li, .sub-menu a,#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    background: transparent !important; 
    }

    Regards,
    Yigit

    #428587
    This reply has been marked as private.
    #428589
    This reply has been marked as private.
    #429336

    Hi!

    I’m not sure I understand exactly what you want here, do you prefer the opacity of the mega menu or the regular dropdown? Do you want a background for the text? A screenshot highlighting what you want it to look like would help.

    Best regards,
    Rikard

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