• I have tried multiple times to use customize to change the h1 font size and it will not change. The h2 and others change fine, but the h1…nope!

    And yes, I flushed my site and browser cache multiple times and also tested on several different browsers. It’s not changing. Please help, thanks!

    Site: http://debtconsolidationcure.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Sydney uses H1 tags in tow areas: site title and post/page title, which have special style declarations to define their font size. So you need to override them in your site’s Additional CSS or child theme’s style.cs; use the following code:

    
    /* Site title */
    .site-title{
      font-size: 22px;
    }
    
    /* Post/page title */
    .hentry .title-post{
      font-size: 30px;
    }
    

    Regards,
    Kharis

    Thread Starter multimastery

    (@multimastery)

    Works, thanks!

    You’re welcome.

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘H1 Font Size Not Changing’ is closed to new replies.