• Hi,
    When I pointed the mouse over the product image, there was an overlay. I want to remove this overlay, what should I do?

Viewing 1 replies (of 1 total)
  • Hello Elbination,

    Greetings of the day!

    Follow the below steps to add custom CSS.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    li.product .product-thumb-wrap::before{
    background: transparent;
    }

    Feel free to get in touch in case of any other query.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove covering layer on product image’ is closed to new replies.