• Closed
  • Alex Fulton
    Spectator
    February 6, 2016 at 6:56 pm #24090

    Hello,

    I think I’ve discovered a bug. My home page is static. The bug is the size and font of the heading. The heading size and font are wrong. I have screenshots for you if you want to see the difference or you can go to my website URL is below.

    All of my other pages have the specified size and font but not the home page. This page needs to match all of the others. Please advise how to fix.

    Alex

    Imran
    Spectator
    Posts: 402
    February 8, 2016 at 8:24 am #24108

    Hi Alex,

    Thanks for writing in!

    I’ve checked into your homepage and it seemed to be only one heading has smaller font. If you’d like to achieve something like this (see: http://prntscr.com/a0gae2), please add the following code under your custom CSS field:

    .home .entry-title {
    font-size: 28px !important;
    }

    Upon checking, all the rest of the headings sizes are matched up with other pages, please confirm if the issue has resolved.

    Thank you!