Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #192150

    Is there a way to change the background color and font color of the testimonials?

    #192181

    Hey!

    Yes, add this code to the Quick CSS:

    .avia-testimonial {
        background: red;
        color: white;
    }

    Change the colors as you want.

    Cheers!
    Josues

    #192205

    Thanks. Unfortunately it changed the color of the wrong part. Take a look: http://shiaunycspine.com/dev/

    I want the wording inside the talk bubble to be white and the background of the talk bubble to be #1b5885.

    #192214

    Hi!

    Please add following code to Quick CSS

    .main_color .avia-slider-testimonials .avia-testimonial-content { background: #1b5885; }
    .main_color .avia-testimonial-content strong { color: white; }

    Best regards,
    Yigit

    #192292

    Thanks! Almost there. Can you tell me how to fill in the little part that got left out? See the pic.

    #192392

    Hi!

    Add this too:

    .avia-testimonial-arrow-wrap .avia-arrow {
        background: #1b5885 !important;
        border-color: #1b5885 !important;
    }

    Regards,
    Josue

    #192438

    Thanks guys! This worked great.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Testimonials’ is closed to new replies.