Help to remove header

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

1 Like

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

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.