Home › Forums › WoodMart support forum › testimonials with white text › Reply To: testimonials with white text
January 29, 2019 at 8:09 pm
#104782
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
body .testimonial .testimonial-content footer {
color: #ffffff;
}
body .owl-dots .owl-dot.active span {
border-color: #ffffff;
background-color: #ffffff;
}
body .owl-dots .owl-dot span {
border: 2px solid rgba(255, 255, 255, 0.6);
}
Best Regards