Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #514297

    Hi guys,

    There’s a question how to make full width submenu transparent?

    Thanks

    #514433

    Hi voldemarasp!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .av-submenu-container { background: transparent !important; }

    If that does not help, please post the link to your page

    Cheers!
    Yigit

    #514442

    That does the trick but what I want is transparency to be something like 60%.
    Here’s the link to my web:
    http://atuko.eu/

    #514454

    Hey!

    Please change the code to following one

    .av-submenu-container { background: rgba(255,255,255,0.6) !important; }

    255,255,255 is RGB value of the color and 0.6 is opacity level

    Best regards,
    Yigit

    #514458

    That is what I needed.

    Thanks Yigit.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full width submenu transparency’ is closed to new replies.