• Hi,
    I would like to reduce the font size of the post titles as they seem very large at present.

    My Website is: https://stmary-denham.org.uk/WP

    I have installed the Custom CSS Manager plugin as I was told that might help.

    Any help you can offer would be great! Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello sp21674,

    You can simply paste in the following custom CSS in your Custom css plugin to decrease your current header font size.

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

    Feel free to increase or decrease font size px value as per your required size.

    Hope this helps you.
    Regards.

    @aveeshek, I was looking to do the same thing as OP. Your suggestion worked perfectly. Thanks!

    Chris Lamke

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Post Title Font Size’ is closed to new replies.