Usually the custom css is added to customizer -> additional CSS. Now, just to clarify, if you need to add a slight background to the header menu, then you can specify
header { background-color: rgba(0,0,0,0.1); }
with a partial opacity. Or is it for the fullscreen menu?
Hi, I totally forgot where I can change the background color of the menu. I changed it somewhere, where can I find it again? :)
Thanks!
Hello,
Usually the custom css is added to customizer -> additional CSS. Now, just to clarify, if you need to add a slight background to the header menu, then you can specify
header {
background-color: rgba(0,0,0,0.1);
}
with a partial opacity. Or is it for the fullscreen menu?
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
Hi, sorry I meant the fullscreen background
Hi Bryan,
you should try this one in customizer -> additional CSS
.fullscreen-menu nav.open {
background-color: rgb(12,12,12) !important;
}
of course, change the rgb component first
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
Yes, that worked, thank you very much!