Archived topic
Merged Header Added Transparency
3 replies · Started by Tim on October 22, 2022
Viewing posts 1–4 of 4
Hello,
I have a merged header but I'd like to add just a slight black overlay to the main menu. Still transparent but enough of an overlay so you can see the header is a little separate than the rest of the page.
Can you help me accomplish this?
Hi there,
try adding this CSS:
.header-wrap #site-navigation,
.header-wrap #mobile-header {
background-color: rgba(0,0,0,0.2);
}
I also applied it to the Mobile Header.
Worked! Thank you!
Glad to hear that!
This archived topic is closed to new replies.