Changing the Image Size for Recent Posts

Folks,

I’m trying to set up a page for displaying posts using the Recent Posts shortcode in Ethos. Here is an example:

Right now the image shows very small and the title of the article it links to doesn’t show up. Also, I’d like to include text when you hover over it (Right now it says Permalink to:"").

What’s the CSS I need to change the size of the image on this page, and to include the title?

Regards,
Myst

Hi Myst,

Thank you for reaching out to us. The count you have provided in the shortcode i.e 1000 is not correct that’s why you’re having the styling issue. Please be advised Recent Posts shortcode supports count up-to 4 so if you want to show more you need to use the offset property (see https://demo.theme.co/integrity-1/shortcodes/recent-posts/)

Please change the count from 1000 to 1,2,3 or 4 depending how many posts you want to display (4 is the maximum count).

Changing the hover text could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X/Pro is quite extensible with child themes, so there are plenty of possibilities.

Thanks for understanding. Take care!

Thank you so much. That clarifies things. :slight_smile:

You’re most welcome, Myst.

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