Help to remove header

How to remove header and footer advert to (open free merch shop)

Hi!
You can add the following to the shop CSS:

#sprd-signup-banner, #buttonSpreadshirt {
  display: none
}
.sprd-info-footer__open-shop {
  display: none
}
1 Like