Home › Forums › WoodMart support forum › Compare and Wishlist have no notification › Reply To: Compare and Wishlist have no notification
November 5, 2019 at 8:53 am
#154815
Aizaz Imtiaz Awan
Keymaster
Hello,
1) To replace the compare icon with word “Compare” you can use below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.woodmart-compare-info-widget .compare-icon:before {
content: "Compare";
}
.wd-action-btn.wd-compare-btn>a:before{
content: "Compare";
}
2) You need to select your compare and wishlist page from Theme Settings >> Shop.
Screenshot for Wislist: https://jmp.sh/RJ9UwDO
Screenshot for Compare: https://jmp.sh/Byv7vFj
Best Regards.