Re: How To Get Rid Of Custom Code On Password Page

How To Get Rid Of Custom Code On Password Page

cureblame
Excursionist
35 0 4

I have this custom newsletter sign up that was coded separately from the email sign up Shopify dawn theme provides. I don't know what code to delete/add to get rid of this block. Screenshot 2024-04-18 161800.png

Replies 2 (2)

cureblame
Excursionist
35 0 4

diego_ezfy
Shopify Partner
2969 571 909

@cureblame@cureblame, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.password-main > [id*='section']:nth-child(2),
.password-main  .custom-newsletter{
    display: none !important;
}



If it helps you please click on the "like" button and mark this answer as a solution!

Thank you.

Kind regards,
Diego