Home › Forums › WoodMart support forum › OWL Carousel Prev/Next – Mobile › Reply To: OWL Carousel Prev/Next – Mobile
July 9, 2020 at 10:36 am
#209668
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.owl-nav>div:after {
font-size: 22px;
line-height: 22px;
}
@media (max-width: 576px){
body .owl-nav>div {
display: block;
}
}
Best Regards