Hello,
in my product page, i eanble social media and i want to change G+(google plus) by instagram. how can i do it?
You need to edit the wp-content/themes/woopress/framework/shortcodes.php file in “Share This Product” section. It’s recommended to edit theme source files using child theme https://codex.wordpress.org/Child_Themes
And in the footer if i want to only use “email to a friend” without [share] short code, is it a way to do it?
Try the following css code in Theme Options > Custom CSS > Global Custo CSS:
.main-footer .menu-social-icons li:not(:last-child) {
display: none;
}
Best regards,
Jack Richardson.