Hi there. I need to move my product price next to my product title. Usualy i use the functions.php with this code:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 30 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 5 );
but i don´t know why in your theme when i use that code the price appears were i want and were you created on the theme above the add to cart button.
Can you please help me solve this.
best regards