Archived topic
cant find transparency setting for Mobile Menu
5 replies · Started by albabes on June 17, 2020
/*---------------------------------------
## Mobile Menu
----------------------------------------*/
Morning Guys
I've looked in the above area of Css area, 3 items, no trans settings.
I found this:
.dropdown-click nav ul ul ul {
background-color: transparent;
and changed it to RED, still not work.
How do I change or remove the transparency settings of the mobile menu, please?
https://soaznorml.org/
Thanks so much.
AL Guevara
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
background-color: #037215;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you Leo. Hey why doesnt this forum show the URL I submitted? I ask cause I forget what Url I was asking about (too busy - multiple customers-Im old)
You can see the URL if you click Edit topic.
Thanks Leo
No problem :)