Archived topic
Rounded corners two images
3 replies · Started by M on January 18, 2022
Viewing posts 1–4 of 4
Hello,
I have been trying to apply rounded corners to the two images in the link below, but I can't seem to make it work.
Can you help with this? Thank you.
Hi M,
1. Add this CSS class the image blocks: round-corner-img: https://wordpress.com/support/adding-additional-css-classes-to-blocks/
2. Add this CSS:
.wp-block-image.round-corner-img img {
border-radius: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you so much! That worked!
You are welcome :)
This archived topic is closed to new replies.