Hello,
To change the color of “3 dots” under the slider add this code in custom.css file:
.owl-controls .owl-page span, .owl-controls .owl-page.active span {
background: red !important;
}
And this code for the slider arrows:
.boxed .slider-container .owl-next {
right: -60px !important;
}
.boxed .slider-container .owl-prev {
left: -73px !important;
}
Regards,
Eva Kemp.
