Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*to make them always visible*/
body .owl-carousel .owl-nav>div, .show-arrow .wrap-loading-arrow>div {
visibility: visible;
opacity: 1;
-webkit-transform: none;
transform: none;
pointer-events: none;
}
This is the code customize the arrows, insert the styles as per your needs:
body .owl-nav>div[class*=next]:after, .wrap-loading-arrow>div[class*=next]:after {
}
body .owl-nav>div[class*=prev]:after, .wrap-loading-arrow>div[class*=prev]:after {
/*insert here and remove this comment*/
}
Best Regards