Font Size on Sub-Menus
- The topic ‘Font Size on Sub-Menus’ is closed to new replies.
Need help? Check out our Support site, then
Good Day!
Is there any CSS that can be used to reduce the font size on the sub-menu?
sub-menu titled “Categories”
The blog I need help with is: (visible only to logged in users)
Hi,
Sure thing, you can simply do that using the following CSS:
@media screen and (min-width: 800px) {
.sub-menu a {
font-size: 14px !important;
}}
Thank you,
Alin
Pixelgrade
Thank you for your help Alin! Have a great day :-)