I am trying to add rounded corners to an image in a container. I’ve tried adding a radius to the container. I also tried adding CSS code in Image panel from 2 other threads about the same topic:
.wp-block-image.rounded-corners figure img {
border-radius: 10px;
}
.wp-block-image.rounded-corners {
border-radius: 10px;
}
`.wp-block-image:not(.is-style-rounded).rounded-corners img {
border-radius: 12px;
}
None of these work. WHen I click on the rounded image icon I get the image as a circle. The CSS has no impact no matter what the settings in the images panel.
