Owl dots and arrows on testimonials
-
Hello
I can not manage to fix it.
I need to change the color of bullets in black and the colors of Arrows also in black.
BUT – the arrow I need them to stay forever. Not only to apear on mouse-hover.
Please advise.
Thank you
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-btn-arrow {
visibility: visible;
opacity: 1;
}
.owl-nav>div {
color: black;
}
body .owl-dots .owl-dot.active span {
border-color: black;
background-color: black;
}
Regards.
Xtemos Studios