Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1417801

    Hi support!

    i use currently those codes :
    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.7);
    }
    .header_color .avia_mega_div, .header_color .main_menu ul ul {
    background: rgba(255,255,255,0.6) !important; }

    So menu and mega menu are ok with the transparency i need
    But i need the submenu as the same with a 0.6 or 0.7 alpha because currently its 100% transparency.

    Can you provide a code to set submenu background window?
    Regards

    #1417836

    Hey jb84,

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

    Best regards,
    Rikard

    #1418137

    Link in private and my comment

    #1418163

    Hi,

    Please try to add this CSS Code in Enfold > General Styling > Quick CSS:

    #top #header .main_menu ul:first-child >li > ul {
        background-color: rgba(255,255,255,0.6) !important;
    }

    Hope it helps.

    Best regards,
    Nikko

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