I need to hide “Email to a friend” woocommerce product page function.
Ex: http://www.vaskbutiken.se/produkt/tuscany-leather-portfolj-san-gimignano-tl141340/
I tried this in custom.css file:
a.email-link {
display: none;
}
But it took away the possibility to choose color “För att handla, välj färg….” in Swedish.
Can you help me please?
Thanks.