Is there a way to change the background color and font color of the testimonials?
Hey!
Yes, add this code to the Quick CSS:
.avia-testimonial {
background: red;
color: white;
}
Change the colors as you want.
Cheers!
Josues
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.
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
Thanks! Almost there. Can you tell me how to fill in the little part that got left out? See the pic.
Hi!
Add this too:
.avia-testimonial-arrow-wrap .avia-arrow {
background: #1b5885 !important;
border-color: #1b5885 !important;
}
Regards,
Josue
Thanks guys! This worked great.