• Resolved mateo21530

    (@mateo21530)


    Hello, Im trying to find if there possibility to turn off the hover shadow effect when pointing mouse on product in product list widget. But I didnt find that possibility in style tab. Maybe there is some code for it?

    Thanks for any advice

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Hi @mateo21530,

    Thanks for reaching out to us.

    I have inspected your website. Below I am including a few CSS codes to remove the hover shadow effect. Just copy & paste to Appearance > Customize > Additional CSS.

    .shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover {
    	box-shadow: inherit !important;
    }

    After including these codes I hope your issue will be solved. Let us know if the issue is solved. If not, I’ll have a quick look and provide you with a solution ASAP.

    Kind Regards,
    Reju

    Thread Starter mateo21530

    (@mateo21530)

    Hello @reedwanul

    Thank you for quick response, although i pasted the code to additional css in customize but it did not help. Products still have the shadow hover.

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @mateo21530,

    I hope this message finds you well. I wanted to bring to your attention that the CSS codes have been successfully implemented and tested in our development environment. To provide further clarification and demonstrate the functionality, I have created a video walkthrough, which you can view here. So, make sure you have inserted those codes properly.

    Then, If you are using any caching plugin on your site, please clear the caches from your site and browser as well. if possible, keep it disabled for some time and then check.

    Let us know if the issue is solved. If not, I’ll have a quick look and provide you with a solution ASAP.

    Kind Regards,
    Reju

    Thread Starter mateo21530

    (@mateo21530)

    Hello @reedwanul,
    Thank you again, my mistake, I tried again because code was red color, so i put it to the upper side of css column and yes now the shadow is removed successfully.

    Thank you so much for an amazing assistance!

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Hello?@mateo21530,

    Glad to hear that your problem has been solved.

    If this plugin looks good to you and our support team, maybe you can help us by giving a 5-star on www.ads-software.com?

    Please navigate to the Review link from the sidebar then click the Add your own review link to put your review.

    We’re working so hard to make this plugin more and more useful to our valuable users like you and a 5-star will really help us to grow on the market 

    Best Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @mateo21530,

    I hope this message finds you well & am so glad to see your review. We value your satisfaction and want to provide you with the best experience possible. If you have any further questions, or concerns, or require assistance, please don’t hesitate to reach out to our support threads.

    Best Regards,
    Reju

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove hover shadow on the product list widget’ is closed to new replies.