This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
I am having more issues with the theme.
1. Whenever I hover over text for a product it disappears (https://goo.gl/HvqRHo)
2. Also when hover the thumbnail for a product a strange black box appears at the bottom – what is this and how do I remove it?
3. How do i remove the quantity circle from top right next to basket?
4. In some of the products I have added, at the top there is an arrow pointing left and right normally, but some products just have one point left and the exact same product featured there. How do I fix this?
Hello,
1. Sorry, but I can’t replicate this issue. Please describe with more details. Could you show a screenshot?
2. Add this code in Theme Options > Custom CSS > Global Custom CSS:
.footer-product {
display: none;
}
3. Add this css code:
.badge-number {
display: none;
}
4. Please show a screenshot of the issue.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up