Home Forums WoodMart support forum Need to take out status in the customer information on the front end

Need to take out status in the customer information on the front end

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307672

    daliavirtual
    Participant

    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.
    #307706

    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

Viewing 2 posts - 1 through 2 (of 2 total)