Archived topic
Rounded image corners in "Coach"
3 replies · Started by L. on March 5, 2021
Hi,
I'm using the 'Coach' template to build my site. I like the rounded image corners.
What if i change any image, say a portret image into a landscape oriented image. How do i have to adjust the rounded corners?
Greets,
Leo
Hi there,
Coach uses this Custom CSS which can be found in Customizer Additional CSS:
.image-style img {
border-radius: 80px 4px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
You can select any Image Block in the block editor and go to the Advanced > Additional CSS Class(es) and add: image-style
Hi,
Thanks for this great support. Problem solved!
Glad to be of help.