I absolutely love this theme and the ability to customize the colors and header. Just wondering if I can change the fonts -- both the size and type?
I absolutely love this theme and the ability to customize the colors and header. Just wondering if I can change the fonts -- both the size and type?
Which theme is it that you absolutely love?
Painter.
I would also like to know how to change the font.
I am also trying to change the fonts
I'm not sure if this is the BEST place to do this but I had the same issue and it worked for me.
wp-content\themes\painter\inc\custom-colors.php
Around line 500 the CSS is called with color variables embedded. You can adjust the desired fonts here if you are familiar with CSS.
ex:
#header .blog-title, #header .blog-title a
{
color:<?php print $header_title; ?>;
added --> font-family: Century Gothic, arial, helvetica;
added --> font-style:italic;
}
Of course whatever fonts you choose must be on the user computer so offer some common options.
You must log in to post.