This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hello..
I would like to move this bloc of text under “Add to Cart”…
https://longfield.es/wp-content/uploads/2018-05-15-08.51.39.pdf
Specially important in movil phone
Regards,
Hello,
Please add this code in functions.php file of child theme:
add_action('after_setup_theme', 'et_child_template_hooks');
function et_child_template_hooks () {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 31 );
}
Regards
Thanks Rose..perfect!!! 😉
You’re welcome!
Regards
The issue related to '‘Moving text bloc’' has been successfully resolved, and the topic is now closed for further responses