This topic has 4 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Is there anyway to remove the .owl-carousel drag cursor?
I’ve tried to add it to my custom css changing it to pointer but the default css keeps overwriting it.
Please advise how to remove it.
Hello,
Try this custom code and add desired values:
.owl-carousel {
cursor: your_value !important;
}
.grabbing {
cursor: your_value;
}
Regards
Perfect… thank you sooo much!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up