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

    Hello,

    Does anyone have Quick css settings for me to make the Submenu items Glassy too if the header is set as Glassy. I think this should be the default behavior though… but it’s not.

    #302072

    Anyone? Please help…

    #302114

    Hey!

    Try adding this code to the Quick CSS:

    ul.sub-menu {
        background: transparent !important;
    }
    ul.sub-menu a {
        background: rgba(255, 255, 255, 0.5) !important;
    }

    Cheers! 
    Josue

    #302437

    Thanks, but the glass effect should be enabled only when the header is glassy. So I end up using the following:

    
    .av_header_transparency ul.sub-menu {
        background: transparent !important;
        border-top-color: rgba(0, 0, 0, 0.2) !important;
    }
    
    .av_header_transparency ul.sub-menu a {
        background: rgba(255, 255, 255, 0.2) !important;
        color: #fff !important;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(0,0,0, 0.5)
    }
    
    .av_header_transparency ul.menu a {
        text-shadow: 1px 1px 0px rgba(0,0,0, 0.5)
    }
    

    Added slight text shadows to main and submenu make it more readable and bold to the submenu items. YMMV

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make submenu Glassy too’ is closed to new replies.