• Resolved jotc

    (@jotc-1)


    Hi,

    I am new to WordPress and to Editor. I love the theme but one thing I find strange is that the headlines (titles) for the posts have extremely large font sizes. They take up almost the entire page and make scrolling difficult. I want to change the post titles to about a third of the size.

    Any advice on how to set it so all post titles throughout will be a new size? I don’t know how to code. Do I need to something with the CSS scripts?

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Theme Author ArrayHQ

    (@okaythemes)

    Hi there,

    You’ll have to modify the theme’s styles to change the size of the titles. If you add the Jetpack plugin and turn on the Custom CSS module, you can add custom styles. This CSS should get you started:

    .entry-title { font-size: 50px; }

Viewing 1 replies (of 1 total)
  • The topic ‘Change font size of post headlines’ is closed to new replies.