Can someone please help me how to reduce the font size of the top menu?
.
[quote name='mmt' timestamp='1425667461' post='207342']
Can someone please help me how to reduce the font size of the top menu?
[/quote]
For the Responsive theme, please go to the Theme editor, find the CSS section and add the following rule there:
.ty-menu__item .ty-menu__item-link {
font-size: 20px;
}
Do not forget tp clear cache then