Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi @pietervdp,

    An option would be using CSS to do that. Have you considered it?

    You can go to WP Admin > Appearance > Customize > Additional CSS, then add something like that:

    .singular .entry-title {
        font-size: 50px;
    }
    
    .singular .entry-header {
        border-bottom: 2px solid var(--global--color-border);
        padding-bottom: calc(1 * var(--global--spacing-vertical));
        margin-bottom: calc(2 * var(--global--spacing-vertical));
    }

    Apart from that, if you use one of the new WordPress default themes (like Twenty Twenty-Three), you would be able to edit this directly from the Site Editor without using any code.

    Thread Starter Pieter

    (@pietervdp)

    Thanx @foosantos, this solves my problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Twenty One size Title’ is closed to new replies.