Need to take out status in the customer information on the front end
-
Hi! I need to take away the status information in the order details (after the customers touches view or the order number link) please chech attached (mark class = “order.status”)
Please send the code to hide this and the text before this number (I want to leave the order number and date)
Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.order-status {
display: none;
}
And see if this works for you. Otherwise, it requires Customizations.
Regards.
Xtemos Studios