-
AuthorPosts
-
December 22, 2014 at 8:48 pm #371773
Hey Enfold,
What is the best way to update the font sizes but keep the entire theme congruent? I noticed you’re using em sizing (Very good) and I don’t want to mess up the continuity that you already have set up. What is the default body font size? What is the default header font size for h1,h2,h3,h4,h5,h6?
Thanks,
Mike
December 22, 2014 at 8:50 pm #371776Hi Mike!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can go to Enfold theme options > Advanced Styling and change the font sizes of Heading elementsCheers!
YigitDecember 22, 2014 at 8:54 pm #371779This reply has been marked as private.December 22, 2014 at 8:57 pm #371782Hi,
The best way to change to font sizes would be to use custom CSS.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/As for the default sizes, see the font sizing in the CSS code
h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px; } h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; } h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } h5 { font-size: 16px; line-height: 1.1em; } h6 { font-size: 14px; line-height: 1.1em; }
Cheers
December 22, 2014 at 9:00 pm #371785Hey!
Thank you for your kind words Mike, glad you are loving the theme :)
Main menu items’ font size is 13px. If you could elaborate on the changes you would like to make, we may help you better. If you would like to make changes on certain elements, you can turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your elements a custom CSS class and using custom CSS, you can change font size of selected elements.
Regards,
YigitDecember 23, 2014 at 9:28 am #372011Hey Flikk and Yigit,
You guys are phenomenal and I don’t say that often.
That’s all I needed to know =)
Thanks for the help guys!
Kind Regards,
Mike -
AuthorPosts
- The topic ‘Font Size’ is closed to new replies.