font size of sub menu
- The topic ‘font size of sub menu’ is closed to new replies.
Need help? Check out our Support site, then
The font size of the sub menu items is larger than the main navigation font. Is there a way to change that? I tried all sorts of css and none worked in this theme. Thanks.
The blog I need help with is: (visible only to logged in users)
Refer CSS below
.navigation li li a:link, .navigation li li a:visited {
font-size: 13px;
}
Change the font-size to any required font size.
Thanks
Thank you very much.