• Resolved zanepojan

    (@zanepojan)


    Hi,

    I am using the free version of meta slider. Is there any chances to enable mouse-over navigation so that when I hover the mouse to the slider it will display the arrow.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please share your website URL, Our team will check and better solution.

    Thanks,

    • This reply was modified 5 years, 7 months ago by Ketan Patel.
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Please go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    .msacwl-gallery-slider button.slick-prev, 
    .msacwl-gallery-carousel button.slick-prev {left: -35px; opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease;}
    
    .msacwl-gallery-slider button.slick-next, 
    .msacwl-gallery-carousel button.slick-next {right: -35px !important; left: auto; opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease;}
    
    .msacwl-gallery-slider:hover button.slick-prev, 
    .msacwl-gallery-carousel:hover button.slick-prev {opacity: 1; left: 0; -webkit-transition: all .3s ease; transition: all .3s ease;}
    
    .msacwl-gallery-slider:hover button.slick-next, 
    .msacwl-gallery-carousel:hover button.slick-next {opacity: 1; right: 0 !important; -webkit-transition: all .3s ease; transition: all .3s ease;}
    .msacwl-gallery-slider, .msacwl-gallery-carousel {overflow: hidden;}

    your problem not solve, please send your website URL.

    Let me know if you are any other query.

    If you like this Plugin Please give your Important Rate and Review Here…

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mouse-hover navigation’ is closed to new replies.