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. 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio