Home Forums WoodMart support forum How to delete the order steps in cart and checkout page

How to delete the order steps in cart and checkout page

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

    medok758
    Participant

    How to delete the order steps in cart and checkout page, or if you can just tell me how can i remove it in the checkout page?

    i will attach screenshot of it.

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

    Hello,

    You can disable the page title for these pages in the page setting or add this code to the Theme Settings > Custom CSS > Global:

    .wd-checkout-steps {
    	display:none;
    }

    Best Regards

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