Removing Newsletter box on password page Theme Atlantic

Topic summary

A user needs to remove the newsletter signup section from a password-protected page on their Shopify store using the Atlantic theme.

Attempted Solutions:

  • Previous methods from older posts haven’t worked
  • Theme editor doesn’t show an option to remove the newsletter box from the password page

Proposed Solution:
One respondent suggested modifying the footer section code:

  1. Locate the <li> element with class “newsletter”
  2. Wrap it in Liquid conditional logic to exclude it from login/register templates: {% unless template contains 'login' or template contains 'register' %}...{% endunless %}

Current Status:
The store URL (becfingdesigns.com.au) is password-protected, which may be limiting troubleshooting. The issue remains unresolved as the user confirmed the theme editor approach didn’t provide the necessary option.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

I have tried a couple things that I have found from older post but they dont seem to help. I need to remove the Newsletter Sign up section on the password page of one of my clients pages. The theme is Atlantic.

1 Like

Hi @jmv

Did you already try to remove it from the password page in theme editor? If it is, would you mind to share your store URL? Thanks!

  1. Go to footer section

  2. Find

  3. with class newsletter

  4. Replace liquid code

{% unless template contains ‘login’ or template contains ‘register’ %}

  • {% endunless %}

    Hi @jmv

    Could you share your store URL?

    https://www.becfingdesigns.com.au/

    Yes I did try but I don’t even have the option there to do that.

    its password protected.