How can I change the share icon and links in the product page?
-
Hello, I would like to custom the share buttons and links in the product page. Changing them to Facebook, Whatsapp, Wechat and Line? May I know how can I proceed this ? Thanks a lot!
Hello,
You can choose the available share buttons from Theme Settings >> Social Profiles >> Share button.
Screenshot for Clarification: https://ibb.co/MVx8kZ4
Sorry but there is no option that you can change them to custom as you want.
Regards.
Xtemos Studios.
Thanks for your reply, or may I ask is there anyway I could use the function php to change the image of the social icons and the link ?
Hello,
You are Most Welcome.
Sorry, but it is not possible to change the link. You can configure the link from the dashboard. But you can change the icon by adding Custom CSS.
For example, the following Custom CSS will change the Facebook icon on the single product page.
body.single .icons-design-default .woodmart-social-icon.social-facebook i::before {
content: "\f180";
}
Regards.
Xtemos Studios.