I’ve been looking online and I can’t seem to find an answer.
Any help would be greatly appreciated.
I’ve been looking online and I can’t seem to find an answer.
Any help would be greatly appreciated.
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 ![]()
Thankyou so much. Really are a lifesaver