• Hello,

    When I updated to the latest version of WP, the size of my headings changed (they are now much larger than they were). Is there a way to reduce the size of these using CSS, to make them slightly smaller than they are currently?

    e.g. on thise page: https://swimquest.uk.com/mathraki/ the heading 1 is huge!

    Thanks in advance,

    Alice

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, go to Customize > Additional CSS and add the following and you can adjust the 40px value I used. It was originally 62px.

    .entry-content h1 {
      font-size: 40px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Size of heading text’ is closed to new replies.