Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1105667

    Hallo,

    ich habe mal einen Code eingefügt beim Quick CSS damit alle Bilder keine Abrundung haben

    #top * {
    border-radius: 0 !important;
    }

    Jetzt funktioniert leider die Bildfunktion – als Kreis – nicht mehr.

    Hat das damit zu tun? Hebt sich das irgendwie auf?

    Bzw. wie kann ich die Kreis Funktion wieder bekommen, ohne dass es die restlichen Bilder beeinflusst?

    Vielen Dank für Ihre Hilfe!

    LG Birgit

    #1105836

    Hallo Birgit

    Ich würde die Abrundung der Bildecken im CSS wie folgt lösen:

    .avia_image {
        border-radius: 0px !important;
    }

    Den Stern zu verwenden ist immer heikel, weil es dann wirklich global ist und auch ungewollte Nebeneffekte haben kann.

    Beste Grüsse
    Michael

    #1106116

    Hi birgitthaler,

    Did you get it working with Michael’s suggestion or do you need more help?

    Best regards,
    Victoria

    #1106704

    Ja super, hat geklappt. Vielen lieben Dank!

    LG Birgit

    #1106788

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bild – Kreis’ is closed to new replies.