Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854123

    legalfab
    Participant

    Hi there, I would like to alter the font size for the current Page Title that appears for each page. Can you please advise how I should go about doing so?

    #854141

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > CSS:

    .page .entry-title {
        font-size: 30px;
    }

    Hope it helps 🙂