Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #14079

      Hello,
      Is it possible to remove the dark colored hover on the product images? So that you can see the second product image (flipper) better?
      Regards,
      Damielle

      Attachments:
      You must be logged in to view attached files.
    • #14110

      Hi again,

      Please add this CSS to Custom CSS (Appearance -> Customize -> Additional CSS) to change background when hover the product’s image.

      .tb-products-grid article .product-thumb > a:before {
          background: rgba(0,0,0,-0.3);
      }
      
    • #14121

      Thanks! 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.