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.
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.
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!
-
Go to footer section
-
Find
- with class newsletter
-
Replace liquid code
{% unless template contains ‘login’ or template contains ‘register’ %}
Hi @jmv
Could you share your store URL?
Yes I did try but I don’t even have the option there to do that.
its password protected.