Hi, I’m experimenting a bit with “Sparkling” theme and it’s all looking quite nice, but when i select a menu folder on mobile, only the first 4 items have a solid colour background. The others have transparent background making them hard to read.
Is this replicable elsewhere or do i need to provide more information?
Hey there
Let’s fix it, please provide URL of the website and I will take a look
Regads
Hi Matt
Can you please provide a screenshot of the problem? I want to be sure we are talking about the same problem
Regards
Hi
Thanks 
Please add this css in Appearance > Customize > Additionall css:
@media (max-width: 767px){
.nav.navbar-nav {
background: #363636;
}
}
1 Like
Awesome. Thanks very much, works a treat! 
You are welcome and have a good day 