Archived topic
Background color in header mobile
1 reply · Started by Albert on January 20, 2023
Viewing posts 1–2 of 2
Hi, I have a custom Header with Elements and I have applied a black background color with transparency for the menu part. In the desktop version it looks perfectly, but in the mobile it doesn't. What I can be doing wrong? Thank you
Hi there,
try adding this CSS:
.header-wrap #mobile-header {
background-color: rgba(0,0,0,0.4);
}
This archived topic is closed to new replies.