How to change the 2nd and 3rd image in home page to have a round edge.

I’ve been looking online and I can’t seem to find an answer.

Any help would be greatly appreciated.

https://www.comfysnooz.com/

Hey!

In your customizer, open the sections that contain the images you want to change.
On the right, scroll to the CSS code section and add this for every section that should have rounded images.

img {
border-radius: 12px;
}

This is how it would look:

Let me know if you can’t find it :slightly_smiling_face:

1 Like

Thankyou so much. Really are a lifesaver

1 Like