Hi Sanjeev.
How can I remove the wishlist and wishlist icons?
Thanks for all
Hi Sanjeev.
How can I remove the wishlist and wishlist icons?
Thanks for all
Hello Jose,
Do you mean the wish list icon in listings dropdown or the woocommerce my account page - please clarify (if possible, with screenshot) and I will help further.
Thank you
Hi ya,
Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and then copy and paste the CSS below into your custom css box:
.icon-favs {
display: none;
}
Thank you