This topic has 6 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
Hi,
There are Featured and Sales products sections on my home page, but when I hover to the same product on the Featured and Sales products section respectively, one of them (Sales products section) shows 2 black lines on the edges, may I ask why?
https://ibb.co/2SrM2k5
https://ibb.co/nCJ5t5J
Thank you
Hello,
Find the code in your custom CSS or child theme style.css
.content-product .image-swap {
background-color: #1a1a1a;
}
and replace by the following
.content-product .image-swap {
background-color: transparent;
}
Regards
Hi,
Sorry, I cannot find the code
https://ibb.co/n6J1xVN
Hello,
Provide Dashboard access to your site, we’ll check where that code is placed.
Regards
Hi
Hello,
Sorry, that was style of the theme dark.css. We have added custom code to fix the issue. Check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up