miles
October 21, 2016, 11:23am
1
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
miles
October 22, 2016, 7:04am
2
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
miles
October 23, 2016, 1:27pm
4
Hi Ion Rutz,
It works perfectly, thank you very much!
Thatโs great news, Iโm happy that you got it working alright!
Regards