Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Moving Add to Cart Button

Viewing 1 reply thread
  • Author
    Posts
    • #31449
      Stefanie
      Support Expired

      Hello

      Just want to say thank you for your prompt replies on my queries, much appreciated.

      Another question –

      Can I move the Add to Cart button etc to sit just below the price on a single product (see attachment) and above the (short) description?

      thanks

       

      Attachments:
      You must be logged in to view attached files.
    • #31463
      Harry
      Support Expired

      Hi Stefanie,

      Please add below code to claue-child > functions.php

      add_action( 'wp_head', 'remove_my_action' ); 
      function remove_my_action(){
      	remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
      }
      add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 40 );

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.