I have been playing with hooks and actions, but still I am unable to rearrange the Size Chart button position on single product page.
I am using this code, but getting new Size Chart button with your them’s default size chart image.
remove_action( ‘woocommerce_single_product_summary’, ‘etheme_product_single_size_guide’);
add_action( ‘woocommerce_single_product_summary’, ‘etheme_product_single_size_guide’, 60 );