• Resolved arohde

    (@arohde)


    Hi,
    in the CSS Snippets Collection it is well described how the font size of of a post title can be changed. However, that does not work for the title of pages. How is it done there ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Good question!

    That can be done with the following CSS:

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

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter arohde

    (@arohde)

    Thank you very much for the fast reply. It works as expected.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title size in pages’ is closed to new replies.