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

Home Forums Themes Support Claue Move Variation Color to another position inside Product Page.

Viewing 2 reply threads
  • Author
    Posts
    • #35395
      support
      Support Expired

      Move Variation Color to another position inside Product Page.

    • #35396
      support
      Support Expired
      This reply has been marked as private.
    • #35403
      Harry
      Support Expired

      Hi,

      Please add below code to claue-child > style.css

      .variations {
      	margin-bottom: 0;
      }

      and below code to claue-child > functions.php

      add_action( 'wp_head', 'change_short_description_position' ); 
      function change_short_description_position(){
          remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
      }
      add_action( 'woocommerce_single_variation', 'woocommerce_template_single_excerpt', 0 );

      Kind regards

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

Viewing 2 reply threads

You must be logged in to reply to this topic.