I saw another thread about this but I have a question.
Instead of having to update functions.php with the following code every time you do an update is there a way to add the following code into the general css box instead?
// move product price
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 25 );
Thank you
Hey Fraser,
That is PHP code, so it can’t go into Quick CSS unfortunately. You don’t have to add it after every update if you use a child theme, please consider installing that: https://kriesi.at/documentation/enfold/install-enfold-theme/#why-child-theme
Best regards,
Rikard