Home Forums WoodMart support forum Delete Page Titel Text in Check Out

Delete Page Titel Text in Check Out

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

    Jenning91
    Participant

    Hey,

    How can I delete the Text in the page title in the checkout area?

    Thank you!

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

    Hello,

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

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

    Best Regards

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