Archived topic
Coach Template: Changing rounded corners of main picture
1 reply · Started by Ernst on June 20, 2022
Viewing posts 1–2 of 2
Hi,
I am a happy user of the Coach template from the site library. It is so simple and clean. However, I have one wish: the main picture has two rounded corners. For my purpose it would be better to have three rounded corners, namely also the top right corner. Can I modify that myself?
Kind regards,
Ernst
Hi there,
if you go to Customizer > Additional CSS and LOOK for:
/* image block styling */
figure.wp-block-image.image-style img {
border-radius: 80px 4px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
you will need to change the border-radius property values.
See here for more info:
This archived topic is closed to new replies.