Archived topic
css of the images (rounded-corners)
5 replies · Started by Víctor González on March 12, 2021
Hi, I have problems since the last update, I can't load the css of the images (rounded-corners). I use generateblocks pro too, I don't know what's wrong, any idea?
Hi there,
can you share a link to a page with an image that should have rounded corners so i can see the issue ?
You have to love WordPress - looks like they updated the CSS Classes used in the core blocks but haven't updated the CSS Styles.... try adding this CSS:
.wp-block-image.rounded-corners img {
border-radius: 9999px;
}
perfect, thank you very much David. I am addicted to generatepress.
Regards
Glad to be of help!