Change testimonials colour

Hi
First of all I would like to thank you for the great theme.

May I ask how to change the colour of testimonial.
Are there two sections in testimonial, background and dialogue (photo attached)? I would like to change to different colours.

Thank you :slight_smile:

Updated.
I use following code to change the background.

#testimonials {
	background: #3F4E9E !important;
}

But still confused with the colour of dialogue.

Hello Miles,

Try this CSS:

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
    background-color: red;
}
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
    border-color: red transparent transparent transparent;
}

Let me know if you got everything alright.

Regards

Hi Ion Rutz,

It works perfectly, thank you very much! :slight_smile:

Thatโ€™s great news, Iโ€™m happy that you got it working alright!

Regards