Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #371773

    Hey Enfold,

    What is the best way to update the font sizes but keep the entire theme congruent? I noticed you’re using em sizing (Very good) and I don’t want to mess up the continuity that you already have set up. What is the default body font size? What is the default header font size for h1,h2,h3,h4,h5,h6?

    Thanks,

    Mike

    #371776

    Hi Mike!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    You can go to Enfold theme options > Advanced Styling and change the font sizes of Heading elements

    Cheers!
    Yigit

    #371779
    This reply has been marked as private.
    #371782

    Hi,

    The best way to change to font sizes would be to use custom CSS.
    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    As for the default sizes, see the font sizing in the CSS code

    h1 {
        font-size: 34px;
        line-height: 1.1em;
        margin-bottom: 14px;
    }
    h2 {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 20px;
        line-height: 1.1em;
        margin-bottom: 8px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.1em;
        margin-bottom: 4px;
    }
    h5 {
        font-size: 16px;
        line-height: 1.1em;
    }
    h6 {
        font-size: 14px;
        line-height: 1.1em;
    }

    Cheers

    #371785

    Hey!

    Thank you for your kind words Mike, glad you are loving the theme :)

    Main menu items’ font size is 13px. If you could elaborate on the changes you would like to make, we may help you better. If you would like to make changes on certain elements, you can turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your elements a custom CSS class and using custom CSS, you can change font size of selected elements.

    Regards,
    Yigit

    #372011

    Hey Flikk and Yigit,

    You guys are phenomenal and I don’t say that often.

    That’s all I needed to know =)

    Thanks for the help guys!

    Kind Regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font Size’ is closed to new replies.