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

    What i the best way to edit the transparency of white background on drop down and mega menus?

    #130778

    I’d suggest to use a rgba color. A hex/rgba converter can be found here: http://hex2rgba.devoth.com/

    Insert following code into the quick css field and change the color value (and opacity value) if necessary.

    .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: rgba(255,255,255,0.6)
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Editing background transparency of drop down and mega menus’ is closed to new replies.