• I don’t understand what is going on here. I have put !Important next to the headers size and no matter what I do it never seems to change. The site is Here –>
    The blogs title is bigger on the “blog page” than the rest of the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The problem is the style you’ve added !important to.
    If you reduce this font size down, you should see the problem reduce.

    #blog-title {
     font-size: 25px !important;
     ...
    }

    Thread Starter Scott.Reinmuth

    (@scottreinmuth-1)

    If I change that then It will change my header for all my other pages to be smaller. any other suggestions?

    [ Please do not bump, that’s not permitted here. ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why Is my blog header title bigger than the rest of the site?’ is closed to new replies.