Any chance we can get content slider to pause on hover ?
Hi,
This is a simple trick but it will do the job. Add this on your custom.css or Quick CSS:
.avia-content-slider:hover .slide-entry-wrap {
-webkit-transform: none !important;
-webkit-transition: none !important;
transition: none !important;
background: white;
}
.avia-content-slider:hover .slide-entry-wrap:first-child + .slide-entry-wrap {
-webkit-transform: none !important;
-webkit-transition: none !important;
transition: none !important;
}
Remove browser cache then reload the page. Make sure that the background value is the same with your background.
Regards,
Ismael