Heading size

  • Unknown's avatar

    why can I not change the heading font size past 10pt?

    I did purchased the upgrade.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Howdy,

    The interface for custom fonts has set a range from -10 to +10 difference for font sizes, but you can go beyond those limits using the CSS feature that is part of your upgrade in Appearance->Custom Design->CSS.

    For the headers, you can add something like:

    h1, h2, h3, h4, h5, h6 {
    	font-size: 350% !important;
    }

    to increase the size further. As it is currently, the font-size is at 160% (the percentage when the heading is set to +10 on the Font page).

    Most fonts wouldn’t need to be increased by that much, so that’s why the system doesn’t have a wider range of options.

    If you have any questions or need anything else, please let me know.

    Cheers!

  • The topic ‘Heading size’ is closed to new replies.