Thankyou page – how to disable action row?
-
On the thankyou-page there is a strange action-row with a button !? – how to disable this row ?
– see attachment
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you for reaching out. The extra action row with a button on the Thank You page might be coming from a custom plugin or additional WooCommerce modifications.
To provide an accurate solution, I would need to inspect the checkout process and the Thank You page directly. Could you please provide temporary login credentials (admin access) so I can place a test order and identify the issue?
Best Regards,
sorry: this is the right login page
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
.woocommerce-order-details .order-actions--heading {
display: none;
}
.woocommerce-order-details .woocommerce-button.button.view.order-actions-button {
display: none;
}
Best Regards,