Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1218474

    Hallo zusammen,

    ich möchte gerne die Hintergrundfarbe bei den Testimonials, wie auf meiner Webseite https://www.ah-photografie.de zu finden ändern. Habe hierfür keine Option gefunden, nur zur Änderung der Schriftfarbe.
    Könnt Ihr mir hier bitte weiterhelfen. Ich habe keine große Ahnung von zum einfügen von Codeschnipsel :-) aber ich glaube wir schaffen das gemeinsam ;-).
    LG
    Andreas

    #1218680

    Hallo Andreas,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-testimonial-row {
      background: red;
    }

    LG,
    Rikard

    #1218825

    Hallo Rikard,

    danke das funktioniert, mir ist gerade noch ein Anliegen gekommen.
    Falls ich mehrere habe und jeweils unterschiedliche Farben haben möchte ist dies auch möglich?
    LG
    Andreas

    #1219602

    Hi,

    Yes, you would just need to target each specific class or id for the testimonials.

    Best regards,
    Jordan Shannon

    #1220022

    @jordan
    can you pls show me an example? I also placed it in the field Quick CSS?

    Best Regards
    Andreas

    #1220481

    Hi,

    For example you would use this to target the first testimonial:

    .avia-first-testimonial{
    background:red!important;
    }

    Each one after would have its own class

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.