Trying to get rid of the bottom email sign up on just one page

Hi

Looking for someone to help me get rid of the second email sign up section on my landing page.

Would really appreciate the help

Thank you

Larissa

https://mountaincurrentstudio.com/pages/giveaway-enter-to-win

1 Like

@MCDLari

Please add the following CSS code to your assets/base.css bottom of the file.

#shopify-section-sections--18409144385769__newsletter .newsletter.center{display:none !important;}

Thanks!

Hey @MCDLari

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if page.handle == "giveaway-enter-to-win" %}

{% endif %}

RESULT

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @MCDLari

You can follow this instruction:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

.newsletter__wrapper.color-scheme-07ec7804-22ca-45b1-aa6c-74e4d589f748.gradient.content-container.isolate.content-container--full-width.section-sections--18409144385769__newsletter-padding {
    display: none !important;
}

Result:

Thank you and I hope it is helpful

Hi @MCDLari

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ

Here is the code for Step 3:

{% style %}
section#shopify-section-sections--18409144385769__newsletter {
    display: none !important;
}
{% endstyle %}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

1 Like

Thanks again for this it worked perfectly