Home Forums WoodMart support forum Orde Status Column

Orde Status Column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164061

    gzelasco
    Participant

    Hi, It is possible to hide or delet the “Satus column”, under orders, on the user account control panel?

    #164088

    Hello,

    Your question is not clear enough. Please provide the screen of what you want to hide and specify step by step description how to get the page.

    Best Regards

    #164091

    gzelasco
    Participant

    see attached

    Attachments:
    You must be logged in to view attached files.
    #164129

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-orders-table__header-order-status,
    body .woocommerce-orders-table__cell-order-status{
    display:none;
    }

    Best Regards

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