Before you ask please READ THIS

Reduce font size for similar posts area only

edited March 2015 in Superior Posts: 66
After I updated the theme to the latest version, I noticed that the font size for the similar posts title under my single blog posts is huge. I tried changing the title using this:

.in_post_widget .post-title {
font-size:15px;
}

For some reason, it doesn't apply so it's still coming up huge. I also tried changing the single-post title but that changed the top of the post rather than the size of the similar posts title.

How do I change the size for titles in this area?

You can see an example at http://www.alexnavas.com/12-stones-principle/
Screen Shot 2015-03-25 at 1.32.11 AM.png
838 x 389 - 220K

Comments

  • AirAir
    Posts: 10,970
    Hi there

    In your custom CSS you have
    .single-post .post-title {
    color: #028D01;
    font-size: 28px !important;
    }
    Remove font-size: 28px !important; part.

    So it is not update related issue:-)

    With kind regards.
  • Posts: 66
    Perfect. That solved it. Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!