Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @gasmas75,

    First of all our sincere apology in delay in replying to you .

    To disable the effect in featured carousel section please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #featured-carousel .featured-carousel-item:hover img {
        filter: none;
        transform: none;
    }
    
    #featured-carousel .featured-carousel-item:hover .featured-product-title::before {
        opacity: 0;
    }

    Hope this helps .

    Best Regards !!

    ALso If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/magazine-plus/

    Best regards.

    Thread Starter gasmas75

    (@gasmas75)

    Thanks! that did the trick ??
    I Was trying to spot the responsible .css line but the only thing I found was the image’s color overlay.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable the zoom on slider hover’ is closed to new replies.