Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161804

    Any chance we can get content slider to pause on hover ?

    #162101

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Content slider – pause on hover’ is closed to new replies.