Home Forums WoodMart support forum testimonials with white text Reply To: testimonials with white text

#104782

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