Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .color-scheme-light .testimonial .testimonial-content footer {
color: #7f7f7f;
}
body .color-scheme-light .owl-dots .owl-dot.active span, .pagin-color-light .owl-dots .owl-dot.active span {
border-color: #7f7f7f;
background-color: #7f7f7f;
}
body .color-scheme-light .owl-dots .owl-dot:not(.active):hover span, body .pagin-color-light .owl-dots .owl-dot:not(.active):hover span {
border-color: #7f7f7f;
}
body .color-scheme-light .owl-dots .owl-dot:not(.active) span,
body .pagin-color-light .owl-dots .owl-dot:not(.active):hover span {
border-color: #7f7f7f;
}
Best Regards