I have tried everything - I can’t seem to change the style (size and family) of the Submenu of the Mobile Menu. The submenu looks great on desktop, - but it seems to revert to the body tag when displaying on mobile. I would like the font to at the very least be smaller than the header font on mobile. Website is www.dinkdenver.com
Hi there,
Please try this CSS:
.x-navbar .mobile .x-nav li li a {
font-size: 14px;
font-family: 'The-Font';
}
Please update the values of the the properties in the CSS code above.
In case the code above does not work, please check all of the codes you have added in the Global CSS and make sure that there is no CSS error.
To check that, please copy all the codes you have here: http://csslint.net/
It should give you some information in case there are CSS errors.
Hope this helps.
that was it! thank you!!
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.