Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #258594

    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

    #258820

    Hey crevlon!

    Thank you for using the theme!

    Do you mind if we take a look at the page with the image?

    Regards,
    Ismael

    #259073

    Yes of course: Bild

    • This reply was modified 10 years, 6 months ago by crevlon.
    #259151

    Hey!

    Please add following code to Quick CSS as well

    .bild img {
    border-radius: 11px;
    }

    Cheers!
    Yigit

    #259902

    Yes it works! :) great! Thank you!

    #259903

    Do you know how I can get the pictures of the “Masonry Galerie (volle Breite)” rounded, too?

    #260043

    Hey!

    Please add following code to Quick CSS as well

    .av-masonry-image-container img { border-radius: 11px; }

    Cheers!
    Yigit

    #262284

    OK, it works. Thanks :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Rahmen eines Bildes abrunden’ is closed to new replies.