• Hello

    Another question! Sorry!

    Is it possible to change the font size of the titles of my posts in the related posts / you may also like section? Currently they are displaying the same size as the main header, but it looks a bit messy and I’d like them to be smaller.

    Thank you!! 🙂

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Just realised the same big header font appears when I use the “Theme – Latest Posts” widget. Also too big for use. Thanks!

    Hi,
    you can try this

    .entry-related .entry-title,.entry-related .entry-title a{
    font-size:1.2em;
    }
    
    .widget_ci-latest-post .entry-title, .widget_ci-latest-post .entry-title a{
    font-size:1.2em;
    }
    
    

    in your custom CSS box under Customize-▸Additional CSS

    Let me know if you need additional help with this.

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Hello

    Thank you for replying. Unfortunately, that didn’t make any difference at all. I tried adding the widget again to see if it changed anything there, but no. I’m not really needing the widget anyway, just want to make the font smaller on the related posts at the bottom of each main post.

    Hi,
    try this instead

    .entry-related .entry-title, .entry-related .entry-title a {
        font-size: 20px!important;
    }
    .widget_ci-latest-post .entry-title, .widget_ci-latest-post .entry-title a{
    font-size: 20px!important;
    }

    Change 20 to your preference

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    It worked for the related posts, but not for the widget. Font is still big with the widget in the sidebar 🙂

    @sealyourwideshores Weird! Can you re add this one? With the code present, so I can check it out?

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Okay, I’ve left the widget in place. You’ll see the big font! It’s the same size whether I choose horizontal or vertical in the “item layout” within the widget. Thank you again for helping!

    Thread Starter sealyourwideshores

    (@sealyourwideshores)

    Any thoughts on this one? 🙂

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

The topic ‘Related Posts Font Size’ is closed to new replies.