Tagged: CSS, mobile menu, transparency
What css do I need to use to make the dropdown mobile menu have a solid black background? Currently it is transparent.
Thanks!
Hi,
Can you post the link to your website please?
Regards,
Josue
Sure … its a temporary address: http://verdanthost.com/~studio90
Hey!
Try adding this code to the Quick CSS:
#mobile-advanced {
background: black;
}
Cheers!
Josue
Awesome! That’s what I needed … Thanks!
You are welcome, glad we could help :)
Regards,
Josue