Hallo,
ich habe ein Textfeld und darin ein Bild erstellt. Dem Bild habe ich unter “CSS-Klasse verknüpfen” die Klasse “bild” zugewiesen.
Im Quick CSS habe ich dann folgenden Code eingefügt:
.bild{
border-radius: 11px;
}
Das Bild wird aber nur an den oberen Ecken abgerundet. An den unteren Ecken bleibt es eckig.
Liebe Grüße,
Marco
Hey crevlon!
Thank you for using the theme!
Do you mind if we take a look at the page with the image?
Regards,
Ismael
Hey!
Please add following code to Quick CSS as well
.bild img {
border-radius: 11px;
}
Cheers!
Yigit
Yes it works! :) great! Thank you!
Do you know how I can get the pictures of the “Masonry Galerie (volle Breite)” rounded, too?
Hey!
Please add following code to Quick CSS as well
.av-masonry-image-container img { border-radius: 11px; }
Cheers!
Yigit
OK, it works. Thanks :)