Classic related posts text size

I have just tried adding the “classic related posts” element to the bottom of a page and the title of the posts is huge so only a few words show. Is there a way to change the size of the text only under these circumstances? The text size on the rest of the site seems fine.

Thanks

Hello @hypnorich,

Thanks for asking. :slight_smile:

Please try adding following CSS under X > Theme Options > CSS:

.page-child.x-full-width-layout-active .x-recent-posts .h-recent-posts {
    font-size: 15px !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

Thnaks for that but it hasn’t made any difference. I tried making the font size even smaller but nothing happened. I did clear the cache after I had saved the css too

Hi @hypnorich,

I checked and it’s working, and you also changed it down to 10px. Perhaps there is a confusion of what’s needed to change. What is the related posts? I’m only seeing recent posts in the provided page.

Thanks!

Sorry, I was looking at the wrong page. It is all sorted now

Glad to hear it’s sorted.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.