Hi,
I want to increase the font size of my navigation menu to 14px. I searched the forum and found solutions, however, they didn’t work for mine.
What is the correct css?
Hi boag,
Try adding the following CS to your Quick CS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.main_menu ul:first-child > li > a {
font-size: 14px;
}
Regards,
Devin