This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
in the products slide in the home, can add left and right arrows in the mobile version as for the desktop version?
Thanks.
Hello,
Add the following code to Theme Options > Custom CSS
@media only screen and (max-width: 768px){
.carousel-area .owl-nav {
display: block !important;
}
}
Regards
The issue related to '‘Add arrows in the products slide on mobile version’' has been successfully resolved, and the topic is now closed for further responses