Hello,
I’ve just placed a test order on your site and reviewed the Thank You page. I did not see the [contact-form-7 id="ed61b62" title="send evidence transfer money"]
shortcode or any contact form appearing on that page.
To change the heading color, you can add this CSS in Theme Setting > Custom CSS:
.woocommerce-thankyou-order-received {
color: #f4a108 !important;
border: 2px dashed #f4a108 !important;
}
To limit the width of the Order Received page, you can add this CSS in Theme Setting > Custom CSS:
.woocommerce-order {
max-width: 1250px !important;
margin: 1 auto !important;
}
Best Regards,