Tagged: enfold
Hi,
Thanks for the great theme.
I would like to have the price of the product appear on the right of the add to cart button
Hey anniet!
Please try adding following code to Functions.php file in Appearance > Editor
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
Best regards,
Yigit