Site logo

Archived topic

Query loop: post image border radius

7 replies · Started by Jeremy on March 3, 2022

Viewing posts 1–8 of 8

Hi, is there any way to change the border-radius on the query loop post images?

Thanks

Hi Jeremy,

Query loop block is a WP core block, GP has no control over it.

But if you can link us to your site, we might be able to help with some custom CSS.

Let me know :)

Sure, it's https://expertdogfood.com/.
If you scroll down you can see the post images and I would just like to round the corners of those images if possible.
Thanks

Try this CSS:

.wp-block-post-template.wp-block-post-template img {
    border-radius: 20px;
}

Are you able to direct me as to where I would insert this code?

That's perfect! Thank you so much for the help.

You’re welcome Jeremy! We’re glad to be of assistance! Feel free to reach out if you’ll need assistance with anything else. :)

This archived topic is closed to new replies.