Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24334
    kat22
    Member

    Hi, I have tried a couple solutions I have found in this forum, but it didn’t work so far… http://www.katrien.co

    1. I would like to change the font of the site title into the font Allura and make it bigger. I have tried to insert this in custom css:
    }
    h1#site-title {
    font-size: 60px;
    font-family: ‘Allura’;
    font-weight:normal;
    padding-bottom:0px;
    }

    2. How can I delete that light blue box in my slider?

    Thanks for your help!!

    Kat

    #24336
    Sakin
    Keymaster

    @kat22: For font site title, if cannot change just Allura as it’s not web font. So, you need install google font plugin and then add it.

    To hide the light blue box in your slider you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    #25085
    kat22
    Member

    Thanks for your help! I installed the google font plugin. If I go to:
    Appearance >> Customize >> Typography
    I can change all kinds of headings and paragraph, but non will change the site title and tagline.
    How can I change font, size and color of the site title + Tagline?

    Thanks again!

    #25102
    Sakin
    Keymaster

    @kat22: You can change the color of site title and tagline from “Appearance => Header”

    For font family and size you can add in css in “Appearance => Theme Theme Options => Custom CSS” box.

    /* For Site Title */
    #site-title {
        font-size: 24px;
        font-family: sans-serif,Arial;
    }
    /* For Site Tagline */
    #site-description {
        font-size: 14px;
        font-family: sans-serif,Arial;
    }

    If you want to do custom font and design for header text then I recommend you create the header text as image with the format you want and then upload it from “Appearance => Header”.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change font site title’ is closed to new replies.