This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hello,
Can you help to check my website for the ” add to wishlist” function on the product.
It seems there is no text – Add to Wishlist appear in the image and there is no quick view title as well.
Can you help to advice what is the error?
Thank you.
Hello,
Text from here – http://prntscr.com/inhh3q was removed to make it looks better independent of lengths these strings, for example, if the theme will be translated.
You can add this css code in Theme Options > Custom css:
.single-product .carousel-area .footer-product .yith-wcwl-add-to-wishlist a, .single-product .carousel-area .product .show-quickly {
font-size: 10px !important;
}
Regards
Thank you Rose, i have solved the above for the section at “related product slider”. The ” Add to Wishlist”, ” Browse Wishlist” and “Quick View” appeared in this section.
However, for shop page, the above titles do not appear, the ” heart shape icon” displayed on the product photo is meant to click twice, 1st click is for add to wishlist and 2nd click is to browse the wishlist. If there is no text/ title display for these functions, web users will not know whether they need to click twice.
Can you make the shop page appear as well?
https://shop.onebadge.com.my/product-category/button-badge/
Thank you.
.row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a, .row-count-4 .product .footer-product .show-quickly {
font-size: 8px !important;
}
.row-count-4 .product .footer-product .show-quickly:before, .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a:before {
margin: 0 6px -3px 0 !important;
}
.product .footer-product .yith-wcwl-add-to-wishlist {
width: 59% !important;
}
.row-count-4 .product .footer-product .show-quickly {
width: 41% !important;
}
Regards
thank you.
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up