How to change the header font in demo content

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support How to change the header font in demo content

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #20513

    Hi, I built my site http://www.denkzeuge.com based on the demo content. Now I would like to change the overall header font but when I go into theme settings and change h1-h4 fonts, the header font stays the same. How can I change the header font for example to a Google Raleway font? Thanks!

    #20514

    Not sure what you mean? Is it possible to change the font of all headlines on all pages with one command?

    #20523
    Veena
    Moderator

    You can use the below custom CSS –

    #title-area h1, #title-area h2 {
        font-family: "Raleway";
    }
    
    #20527

    Thanks, I entered the custom CSS in the custom css form of theme design and in the custom heading font field under Fonts in the Agile WP Theme Options panel – no change so far, still showing the big fat font of the original demo template. Thanks.

    #20557
    Veena
    Moderator

    Your header title is already in “Raleway” font.
    If you want to change the title area heading style then you can try the below custom CSS –

    #title-area h1, #title-area h2 {
        font-family: "Raleway";
        text-transform: capitalize;
        font-weight: 400;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.