I have a technical issue with my newsletter.
When you enter your email and hit the submit button on the newsletter sign-up, the page will refresh and jump to the top of the page, with no “thanks for subscribing” message.
How can i fix this?
I have a technical issue with my newsletter.
When you enter your email and hit the submit button on the newsletter sign-up, the page will refresh and jump to the top of the page, with no “thanks for subscribing” message.
How can i fix this?
Hi @cdesigns1
Please Share store URL
Network connection is fast. And ive tried it on my desktop and mobile.
Maybe the coding has a refresh I can remove?
Looks like the problem is the “Success!” is black text on a black background. Ive tried adding:
.newsletter- wrapper-- 16350179204cd9df5a . form- success { color: #54ca80;
But the is overriding it with #000000. How do it remove the or edit it?
I was able to change it on newsletter.liquid
Added:
.newsletter-wrapper–{{ section.id }} .form-success {
color: #54ca80;
put it before the end of
I have pretty much the same Problem. The confirmation of my newsletter form just refreshes the page and i dont get any information if it was succesful after finishing the captcha. Could someone help me out? I do not get, where to add the code snippet in the newsletter.liquid since i do not have a part with "put it before the end of ". Im Using the pipeline theme. Thanks