Tagged: transparency
Hi! I want my entire header background to be transparent, including the button background. How can I achieve this?
Hey martinelovik,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav > li > a {
background-color: transparent;
}
But then you will get situations like this
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, that’s exactly what I want. But the code does not seem to work for me. I tried adding it to the Quick css, which did not work, I then tried adding it to custom.css but that didn’t work either.. What could be the issue here?