• 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?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Which theme is it that you absolutely love?

    Thread Starter karinbasaraba

    (@karinbasaraba)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Painter Theme – Change Fonts?’ is closed to new replies.