Moving text bloc - by Rodrigo - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 15, 2018 at 07:57

    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,

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2018 at 09:35

    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 );
    }
    

    http://prntscr.com/ji1lb5

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    May 15, 2018 at 15:05

    Thanks Rose..perfect!!! 😉

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 15, 2018 at 15:15

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Moving text bloc’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.