Customize Fonts and Sizes

Looking for help in customizing font type and sizes throughout the entire site. On the forum I see code to adjust menu font, for example, but I’m looking to customize font and font size for each of:

Menu
Sub-menu
Post text
Each heading style option in the post (the WP post editor has a Heading 1-5 style, and I’d like to create my own, including paragraph spacing)
Widget text/any other text I should be considering

Is there a formula that I can follow for creating the code for all of this?

THANK YOU!

Hi @jessismore,

I hope you are well today and thank you for your questions.

You have to use CSS CSS font Property and font-size Property as described in the following pages.

http://www.w3schools.com/cssref/pr_font_font.asp
http://www.w3schools.com/cssref/pr_font_font-size.asp

You have to apply above properties on the elements that you have listed above by finding their CSS selectors as described in the below pages.

https://thewc.co/articles/view/web-inspector-tutorial

Best Regards,
Movin

Thank you for those resources! I couldn’t find a clear answer. I will dive into this and follow up ASAP.

You are most welcome :slight_smile: