Change the location of Sharing Icons
-
I want to relocate the position of “Social media icons”. I want to place them under images. Currently, they are placed under meta in the single product page.
I am adding following actions in functions.php (child theme), but it is not working. Any help?
/* Enter your custom functions here */
add_action(‘woocommerce_before_single_product_summary’,
‘woocommerce_template_single_sharing’,30);// Remove Sharing icons
remove_action( ‘woocommerce_single_product_summary’,
‘woocommerce_template_single_sharing’,50);It is not working. any help?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change the location of Sharing Icons’ is closed to new replies.