I cannot find an option to change all the font sizes of menu items, content, titles etc. I assume that a great theme like this has this option standard in the theme options to make an easy change in font size.
Where can i change all the font sizes?
please advice
grtz
desch
Hey,
You can change font size using CSS:
.main_menu ul:first-child > li > a {
font-size: 15px;
color: red;
}
Menu color:
.header_color .main_menu ul:first-child > li > a {
color: red;
}
Active menu color:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: blue;
}
Please give a specific list of items you want to change, we’ll help you with it.
Regards,
Ismael