Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1204230

    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

    #1204238

    Hey bdeller,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1204239
    This reply has been marked as private.
    #1204485

    Hi,

    Add this to quick css:

    .avia-post-nav .entry-image img {
        border-radius: 0px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.