Tagged: header
Hello,
I have tried to insert a background to my transparent header, but I could not, I want to highlight the contents of the menu, but the time I would like it to look a bit transparent and have a shadow to make it look more beautiful.
I have this code but is not correct,
div#header_main {
background-color: white;
opacity: 0.5 !important;
}
.html_header_top.html_header_sticky #header {
position: fixed;
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
Hey honkatech,
Please provide a link to the site/page in question so we can have a better idea of what you need.
Best regards,
Jordan Shannon
Sorry,i found it the solution into your documentation.
I found this:
#top .av_header_transparency {
background: rgba(0, 0, 0, 0.6);
}
Hi,
Great! I’m glad you were able to find your solution. If you need additional help, please let us know here in the forums,
Best regards,
Jordan Shannon