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:
- Locate the
<li>element with class “newsletter” - 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.