Hello.
I want to remove the product display button on the order-received page. how can i do this?
This topic has 3 replies, 2 voices, and was last updated 38 minutes ago ago by Luca Rossi
Hello.
I want to remove the product display button on the order-received page. how can i do this?
my homepage https://markaligrafi.com/anasayfa
Hi @marcusigurd,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body.woocommerce-order-received section.woocommerce-order-details > table > tfoot:nth-child(3) {
display: none !important;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up