This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
“Mail to friend” option in single product page leads to a URL. How can I actually mail the product to a friend?
Regards
Hello,
et_email_btn
function (royal/framework/woo.php) you can change via functions.php of child theme.
Regards
How can I remove this email option? I do not know how to edit functions. Please help.
Hello,
You can add this custom css code:
.product-information .email-link {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up