Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    This requires knowledge in CSS, but you can add the following CSS line to your Custom CSS:

    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
       font-size:22px;
    }

    Good luck

    Thread Starter mwolff9328

    (@mwolff9328)

    Great, thanks for the CSS! I added some style to the code and it worked perfectly.

    .woocommerce-notice.woocommerce-notice–success.woocommerce-thankyou-order-received{
    color: #222529;
    font-size:22px;
    font-weight: bold;
    font-family: Poppins,sans-serif;
    }

    Well done

    You’re welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font size of text on New Order Success Page’ is closed to new replies.