Home Forums WoodMart support forum Size guide position

Size guide position

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

    Global Touch
    Participant

    Hello woodmart team,

    I have a question about your theme. How can i change position of size guide in product page, but not with css?

    Thanks in advance.

    #291816

    Hello,

    If you don’t need to use Custom CSS to change the position then you can try using hooks to change the position of the size guide as the following:

    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)