• Resolved omiopi

    (@omiopi)


    When I change the typography > heading 1-4 sizes and save and publish, it does not save the changes. What can I do about this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Denzel Chia

    (@denzel_chia)

    Hi,

    The option is for general h1 to h4 tags, there could be other class name with other css code styling the elements that you want to change the sizes.

    Please post your website URL.

    Show me the URL and elements on the page that you want to change the font size.

    Thread Starter omiopi

    (@omiopi)

    Thanks for your attention to this.
    Here’s an example of headings on my site: http://2prepare.me/temporal/water/

    I wanted use H1, H2 but they were too big and I haven’t been able to make them smaller. So I’m using H3 and H4 but they are still too big. And I would like to change the size of the page title as well, but not sure I can do that.

    Anyway, thanks for your help.

    Denzel Chia

    (@denzel_chia)

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .entry-content h3 {
        font-size: 20px;
    }
    .entry-content h4 {
        font-size: 18px;
    }
    .page .entry-title {
        font-size: 30px !important;
    }

    You can adjust the px value to your requirement.

    Thank you.

    Thread Starter omiopi

    (@omiopi)

    Perfect! Thanks so much.

    Denzel Chia

    (@denzel_chia)

    You are welcome.
    Please mark this topic as resolved.

    Thread Starter omiopi

    (@omiopi)

    resolved

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Change heading size’ is closed to new replies.