Hi, how can I set the mobile menu to have a solid color background without any background images being visible (no opacity)? Please see: https://i.imgur.com/lOZVlId.png
I can’t find a setting for this and I can’t figure out the CSS either.
Thanks!
Hello,
To change the font and color for the mobile menu please go to Theme Panel -> Theme Colors -> Mobile menu/mobile search => https://www.screencast.com/t/0CvSgXp9H to set a background image go in Theme Panel -> Background -> Mobile menu/mobile search => https://www.screencast.com/t/uvDejzbX to change the font from Theme Fonts => https://www.screencast.com/t/ANBQe7hQhJd
Thank you!
Hi, I have set the mobile menu color BUT it is TRANSPARENT and you can still see images under the color. I want a solid color with no transparency. Please see the attached sceen and see the faint image under the color. The red arrow is pointing this out. Thanks
Hello,
Please try to use this code
.td-menu-background:before {
opacity: 1;
}
The code needs to be set in the Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Thank you!