This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi Team,
I wanted to make the header an opaque colour (say 25% opaque) so that when the slider has a light image people will still be able to see the menu. Is that possible?
Hello,
You can add this code in custom.css file:
.header-type-4.transparent .main-nav {
background-color: rgba(0, 0, 255, 0.25);
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up