Archived topic
Custom Image Styles
1 reply · Started by Kelsey on November 12, 2021
Hello,
Are we able to add additional image styles? In the column on the right of the builder, I'm able to choose two styles. Rectangle or circle. Can I add my own custom style? I want to add slightly rounded edges to my images and I'd like to be able to do it in Wordpress rather than in my photo editing software.
https://thegoldenlamb.com/pickle-mango-recipe/
Thank you,
Kelsey
Hi Kelsey,
The image block is a WP block, the theme doesn't have control over it.
But you can do so with some custom CSS, something like this:
.inside-right-sidebar #custom_html-3 img {
border-radius: 20px;
}