Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme stylesheet..

    Example
    wp-content/themes/SOMETHEME/style.css

    Find this..

    .header-title a{
    color:#181818;
    text-decoration:none;
    border-bottom:none;
    }

    Change the color line to suit…
    Here’s a chart to make it a little easier..
    http://html-color-codes.com/

    Take the 6 digit code and put that in place of 181818 in the above..

    Make sure to the leave the hash there though (this little thing #)..

    Hi,

    You can change the font style, color and size from the style.css file of your theme..

    wp-contents/theme/themename/style.css

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Font in header’ is closed to new replies.