Hi Krystin,
It really depends on the theme that you use. The purpose of font controls is to allow you to target specific elements in your site that may or may not be styled by your theme. Here are some CSS selectors that are specific to your theme to get you started. Just create a font control (by going to Settings > Google Fonts) for each one and add the appropriate CSS selector and it will automatically be available in the customizer:
- Navigation Items:
.nav-menu li a
- Navigation Dropdown Items:
ul.nav-menu ul a, .nav-menu ul ul a
- Page Titles:
h1.entry-title a
- Archive Titles:
h1.archive-title
- Widget Titles:
.widget .widget-title
- Body:
body
- Entry Paragraphs:
.entry-content p
Let me know how you get on. Cheers
Sunny
Thanks! That all worked.
Is there a way to customize the title of my website though? What is the CSS selector for that? Also can the header background or drop down menu background colour be customized?
Thakns so much!
K
Nevermind…figured out how to change the background colour. Just need to know what the website main title CSS selector is… THANKS! 🙂
Hi K,
Try creating a font control with the following css selector: h1.site-title and let me know how you get on. Cheers
Sunny