• Hello,

    Might anyone be able to tell me how to modify the default font and font size (to Arial 12) for the text in my WordPress direct blog? I know this needs to be done in the CSS Stylesheet, however identifying exactly where and how to do this is beyond me.

    Is this something anyone can help me with? I’m using the Screwdriver theme. It’s the styles.css file that needs to be modified, right?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • not everybody has the ‘screwdriver’ theme installed or is very familiar with that theme, therefore you might get more replies if you post a
    link to your site.

    I don’t know that theme, but usually in the style sheet look for header / then title. Here is code from my child theme I used based on 2010 theme

    /* =Header
    ————————————————————– */

    #header {
    padding: 30px 0 0 0;
    }
    #site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
    }
    #site-title a {
    color: #7ba060;
    font-family: Georgia, “Bitstream Charter”, serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    }
    #site-description {
    clear: right;
    float: right;
    font-size: 18px;
    font-style: italic;
    margin: 14px 0 18px 0;
    width: 220px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Change Default Font – Screwdriver Theme’ is closed to new replies.