• How do I change the header font in the Yoko layout? Sorry if this is a basic question. I have read various sets of directions, but when I try to change the header font only the sub-header font (i.e. the text that is next to the header title) changes. Any thoughts? Thanks for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Aron789live

    (@aron789live)

    Anyone know? Help!

    I’d like to know too!

    KateClark

    (@kateclark)

    If you mean right at the top above the header image, upload an image instead of type by creating a logo using an appropriate app and exporting as a gif or jpg. That way you can use any font you like and upload it as a custom logo image.

    Edit the following code in a Child Theme style.css file
    font-size: 2.1em; <<<<<<<< CHANGE THIS LINE TO THE SIZE YOU WANT

    /* Header
    ——————————————— */
    #site-title {
    padding: 21px 0 15px;
    }
    #site-title h1 {
    margin: 0 12px 0 0;
    font-size: 2.1em;
    line-height:1.2;
    font-weight: bold;
    text-transform:uppercase;
    display: block;
    float: left;
    }

    https://MaxLow.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Font for Yoko’ is closed to new replies.