How to customize the page that appears when a customer unsubscribes from my email

Topic summary

Goal: remove the large default title (company name) on the email unsubscribe confirmation page while keeping customized body text.

What changed: A workaround was provided by the theme developer (Pixel Union) to hide the title via CSS.

How to apply:

  • Navigate to Themes > Edit Code > Assets > theme.css.liquid.
  • Paste a CSS snippet at the bottom of the file to suppress the unsubscribe page title.
  • The exact code is shown in a screenshot attachment, not in text.

Notes:

  • Screenshots are central to the solution (one shows the issue; another shows the CSS to add).
  • This is a theme-level CSS change (no app or template edit beyond adding CSS).

Status: Resolved with a CSS workaround. No further issues or open questions were raised after the solution was shared.

Summarized with AI on January 1. AI used: gpt-5.

mind sharing the solution? thanks!