Home Forums Themes Support TeeSpace Remove distractions CheckOut Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12418
    Cris_W
    Supported

    Is there any code to remove header, title, footer in the check out page? So there are no distractions and customer is fully focused ?

    Thanks

    #12424

    Hi,
    Thanks for contacting us and choosing our product!
    Sorry but this is not recommended because if checkout have issue your customer don’t understand how to go to another page.
    You can try this custom CSS code in Appearance -> Customize -> Additional CSS:

    body.woocommerce-checkout #haru-header {
      display: none;
    }
    
    body.woocommerce-checkout #haru-footer {
      display: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.