This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello,
I want to have a full-width white background for the main header and have its opacity reduced to 0.4. Please let me know how to do it.
Regards
Hello,
Theme Options > Styling > Header transparent > Off.
And add this code in Global custom css:
.header-wrapper {
opacity: 0.4;
}
Top bar background you can change in Theme Options > Header Settings > Top bar.
Regards
You must be logged in to reply to this topic.Log in/Sign up