Home Forums WoodMart support forum move size guild to above of "add to cart"

move size guild to above of "add to cart"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269839

    samkung
    Participant

    Hi

    Could I move “size guild” to the above of “add to cart” button or description area?

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #270078

    Hello,

    I saw the screenshot you attached.

    Please try adding the following code to the functions.php file in the child theme.

    remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 );
    add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 );

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)