Is there a quick CSS fix to change the ‘related post’ images that appear below posts/pages in the ‘You might also like’ section from circular to square?
Ideally, I would like them to match the Recent Post format (which are square).
Thanks for any help.
Cheers
Ben
Hey bdeller,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.avia-post-nav .entry-image img {
border-radius: 0px!important;
}
Best regards,
Jordan Shannon