Archived topic
Query loop: post image border radius
7 replies · Started by Jeremy on March 3, 2022
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?
Hi Jeremy,
Here is an article you may refer to with regards to this: https://docs.generatepress.com/article/adding-css/#additional-css
Specifically, you may go to Appearance > Customize > Additional CSS.
Hope this helps! :)
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. :)