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

    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

    #1233144

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.