How can I add arrows to blog slider in the mobile version?
-
Hello! My users sent to me letter, what they don’t know how to switch slides in blog slider, so I have a question to you: how can I add arrows to blog slider in the mobile version? Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.owl-carousel .owl-nav > div {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1;
visibility: visible;
pointer-events: visible;
}
Best Regards
I added it, but nothing happened.
Hello,
Have you taken the code from the forum or your email?
Please provide updated the site admin access to the private area
Best Regards
Code has been taken code from the message above.
Here we are:
Hello,
Navigate to the Theme Settings > performance and set “Off” for Disable OWL Carousel script on mobile devices
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How can I add arrows to blog slider in the mobile version?’ is closed to new replies.