Archived topic
Display Images with Curved Corners
5 replies · Started by Marinos Panayi on May 27, 2022
Is it possible to configure images to display with curved corners?
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Thanks Leo.
So do you want all images on this page to have curved corners?
What about the other pages?
What is the logic here?
Apologies Leo, i didn't make myself clear. I want to know how to make all the images on this page have rounded corners. I've previously achieved the same affect when creating a button but want to do the same with images.
This CSS should do it:
body.page-id-1571 .wp-block-image img {
border-radius: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/