This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
HI
I want to remove the message “ADD TO WITHLIST” and icon Heart. and I want scroll the message “QUIC VIEW” in the middle instead
Where do I need to set
https://prnt.sc/m7rvgl
Hello,
Please add this code in Theme Options > Custom css:
.footer-product .yith-wcwl-add-to-wishlist {
display: none;
}
.footer-product .show-quickly {
width: 100%;
text-align: center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up