lbpress
Member
Posted 3 months ago #
Hello first of all I love this theme it looks really nice but I have a question for you: How do I change the font of the website title?? Where in the editor section do I need to go in order to change it?
Please please pleaaase help me. Thank you very much!!
David
Hi David (@lbpress), just add the following custom css:
#site-title a{ font-family: Arial, Times New Roman, Other Font Fallback, sans-serif; }
NOTE: best practice way is to do your theme modifications via a child theme. This makes it so that any updates to the theme does not overwrite the changes you've made to the theme. Here are a couple resources for making child themes:
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
http://codex.wordpress.org/Child_Themes
Or you could install Jetpack and use the Custom CSS feature.