Home › Forums › WoodMart support forum › Image MouseOver Problem › Reply To: Image MouseOver Problem
August 11, 2022 at 12:23 pm
#396765
Luke Nielsen
Keymaster
Hello,
Here is a custom code for fixing the bg color when you mouse over the product image, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.single-product .image-action-zoom .zoomImg[src$=".png"] {
background-color: var(--wd-main-bgcolor);
}
As for the cart widget, most likely you have an incorrect image (I mean not transparent)
Transparent: https://prnt.sc/1l0X1lC13YgG
Not transparent: https://prnt.sc/1i-5EbuVAn6z
Also, the same issue on the cart page.
https://monosnap.com/file/I2yMJm9VFjaDop9CCQMtS6S8U6glaX
Kind Regards