Hi, I would like to make the paragraph (regular text) font size bigger across my site. How can I control that?
Hi bakbek!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
Cheers!
Yigit
Also, how can I make the titles font on the Accordion and Tabs bigger?
Hey!
Please add following code to Quick CSS
.tab_titles .tab {
font-size: 16px;
}
p.toggler {
font-size: 18px;
}
Best regards,
Yigit
Also, will that body text change the size of the text inside the various shortcodes? Icon boxes? Price tables? Accordians? Tabs and such? I want all of them to have a base font size of 16px instead of 13px.
Thanks.