Hi
with my former webshop I often received fake orders with fake email addresses. Most likely to get my bank account information.
Therefore I want the information only be available with the order confirmation email.
I managed to hide the box with the bacs information on the WooCommerce "Order received" page, but not the header:
#top .order_details.bacs_details {
display: none
}
How can I hide the paragraph header "Our Details" ?
********************
I would also like to hide the name of the "product variation" on the same page as well as on the confirmation email.
(It should not read "Color: red" but only "Red")
Thanks,
Bruno














