wishlist icon woocommerce

chris37

Well-Known Member
do someone know how to remove wishlist icon woocommerce from header. i dont want to disable the plugin ...i just dont want it on header. the best solution for me it do disappear on 800px ... i use da vinci woo theme 2.0
 
Last edited:
E

Ekaterina Sayapina

Guest
do someone know how to remove wishlist icon woocommerce from header. i dont want to disable the plugin ...i just dont want it on header. the best solution for me it do disappear on 800px ... i use da vinci woo theme 2.0
https://snipboard.io/Dld90A.jpg
Hello,

Please add this piece of code to the Additional CSS tab in your Customizer:

a.wishlist-link {
display: none;
}
 
Top