Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
Change Submenu Font
aksteve
April 2019
in
Menu / Mega menu
Is there a theme setting where I can change the font-style, size and color of the submenu font?
If not, how can I do this? Thanks.
Comments
Pablo
April 2019
Hi,
It always inherit the settings of the font from the content.
Of course, you can change it with the Custom CSS.
If you don't know how to do it, please send me a link to your website.
Thanks
aksteve
April 2019
The site is local so you can't see it. I can't find the CSS for the submenu, I tried but could find it. Can you just paste an example?
Pablo
April 2019
Try this:
ul.sub-menu li a{
font-family:'Arial', sans-serif !important;
}
Paste it into the Theme Options > Custom CSS & JS > CSS
Thanks
aksteve
April 2019
Thanks. That worked.
Sign In
or
Register
to comment.
Comments
Thanks