Comments Mirko Paruolo started the conversationNovember 20, 2023 at 3:06pmGreetings. I wanted to know if it was possible to set the responsive menu in such a way as to maintain a background color that does not cause the header to be confused with the rest of the contents. 1,973Support repliedNovember 20, 2023 at 7:06pmHello Mirko,Hoping I got your question right, you can add a slight background to the header only on mobile devices:@media only screen and (max-width: 767px){ header { background-color: rgba(0,0,0,0.3) !important; }}plz note the opacity 0.3 that you can adjustAdd the code to customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Greetings. I wanted to know if it was possible to set the responsive menu in such a way as to maintain a background color that does not cause the header to be confused with the rest of the contents.
Hello Mirko,
Hoping I got your question right, you can add a slight background to the header only on mobile devices:
@media only screen and (max-width: 767px){
header {
background-color: rgba(0,0,0,0.3) !important;
}
}
plz note the opacity 0.3 that you can adjust
Add the code to customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy