• Resolved alec808

    (@alec808)


    Hello,

    I’m trying to change the icon and font size of the “You Might Also Like” heading for related posts. Here’s a screenshot.

    My apologies if this has previously been answered, but I’ve searched through many old support topics and none that I found were able to resolve this or include the CSS style attributes for it. Simply wanting to increase the font size so it’s more legible on the site. Any help with the style attribute would be much appreciated!

    • This topic was modified 4 years, 1 month ago by alec808.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single-post #related-posts .theme-heading {
        font-size: 20px;
    }

    PS- Please change the font size value according to need.

    If not resolved with the above, please share the page URL to check the issue.

    Thread Starter alec808

    (@alec808)

    Hi @abhikr781, that worked exactly as needed! Thanks so much for your help with this, it’s very much appreciated!

    You are most welcome and glad to hear that solution worked well.😊

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

The topic ‘How to change font size of Related Posts Heading’ is closed to new replies.