This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
Hello,
Is it possible to have with the legenda theme a gray header transparent at 50% instead of completely transparent?
I would also liked the top bar to be as transparent if possible
as this site https://advicareonline.com/shop/
Thanks for your help
Hello,
Add the following code to Theme Options > Custom CSS
.header-type-4.transparent {
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
Regards
Hello,
Thanks for your reply olga,
Is it possible to reduce the height of the header ?
Also is it possible to make the menu bare transparent and reduce its height?
http://www.mycosycocoon.fr/wp-content/uploads/2020/04/support.png
Regards,
Hello,
Use the following styles
.header-type-4 .main-nav .double-border {
padding: 10px 0;
}
.fixed-header {
background-color: rgba(0, 0, 0, 0.2);
padding: 2px 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up