• April Roy

    (@awapril)


    I would like to change the size of the post title on each page (the area that says “Test Post 3”).

    I have looked all over the customize > fonts area and tried changing all the heading font area but most of them don’t change anything anywhere that I can tell.

    Am I missing something in the customize area?

    If it is not possible within the Sydney Theme to change it, please let me know if css would work and what code I should enter in to be able to change the size of that font.j

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    You can use this simple CSS code:

    
    .single-post .hentry .title-post {
      font-size: 24px;  
    }
    

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

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