Archived topic
Transparent, Sticky Main Navigation Menu
3 replies · Started by Janine on February 17, 2018
Viewing posts 1–4 of 4
Hi.
I found this css in the support forum at #321494:
/*make the sticky main navigation menu transparent*/
.main-navigation.navigation-stick {
background-color: rgba(255, 255, 255, 0.95);
}
And it worked. But how do I control the opacity?
Hi there,
Opacity is the last number (0.95) in the rgba values.
Thanks, Leo. It worked!
No problem!
This archived topic is closed to new replies.