Home Forums WoodMart support forum Child Theme overwrite inc/inc/integrations/woocommerce/modules/wishlist/class-u Reply To: Child Theme overwrite inc/inc/integrations/woocommerce/modules/wishlist/class-u

#275361

Hello,

Please add this code to the functions.php of the child theme:

remove_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 31 );
add_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 34 );

Add this code to the Theme Settings > Custom CSS:

.single-product-page .wd-wishlist-btn.wd-action-btn.wd-style-text>a:before {
	font-size: 14px;
}
.single-product-page .wd-wishlist-btn.wd-action-btn.wd-style-text>a {
	font-size: 0px;
}

Best Regards