[Resolved] header and footer in Woo

Home Forums Support [Resolved] header and footer in Woo

Home Forums Support header and footer in Woo

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

    Hi

    Is there an option to remove the header and footer from the woocommerce cart?

    Regards

    #711265
    Leo
    Staff
    Customer Support

    Hi there,

    No options but we can use this CSS:

    body.woocommerce-checkout .site-header, body.woocommerce-checkout .site-footer {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #712967
    chete

    Hi Leo

    Ok thanks.
    I’ll do it via css as you propose.
    But it would be a good option to add and remove from the customizer.

    Regards

    #713253
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.