This topic has 40 replies, 4 voices, and was last updated 4 years ago ago by Rose Tyler
Please check attached image, i am having issue with fancy dropdown… all text is white (not visible) and the dropdown box is slightly misaligned. How can i fix it?
Also is the possible to change the fancy drop down animation?
Hello,
1) Add the next custom CSS code:
.fancy-select-results ul li {
color: #222;
}
.fancy-select-results {
left: -1px;
width: 19%;
}
2) The animation can’t be changed.
You can submit a request for adding more options for the Fancy dropdown – https://www.8theme.com/taskboard/
Regards
how to edit which options to show on product image hover. like if i want to hide wishlist or quick view icon om hover.
You can disable the Wishlist plugin.
To disable the Quick view go to Theme Options > WooCommerce (Shop) > Shop elements.
You can change visibility of Product Content Elements via Theme Options WooCommerce (Shop) > Shop > Products style.
Regards
i don’t want to disable the wishlist, but just remove the wishlist option from product hover and i dont see any option to disable it
Hello,
Add the below code to Theme Options > Custom CSS
.footer-product .et-wishlist-holder {
display: none;
}
Regards
Any reason why i cant see icon before add to wishlist option in single product page? i can see the space before it but icon is not visible.
Hello,
Please provide URL and temporary wp-admin access, so we can take a closer look.
Regards
please find details provided
I’ve changed the settings of the Wishlist plugin. Please check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up