How to remove email signup from a specific page only?

Hi,

I need this email signup removed from this specific page only. Currently if I remove it from this page that also removes it from its intended use.

@Anonymous ,

Share the link where you want to remove it ?

I have 2 seperate pages already for bundles and sign up but any changes I make to the email sign up also change on the bundles page

Removed from the bottom of this page https://byanymeans.net.au/pages/any-shirt-shorts-bundle

@Anonymous Please send me store url.

@Anonymous
Hello,

.any-shirt-shorts-bundle .newsletter.center {
	display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

@Anonymous

@Anonymous
put below css into base.css file (online store->themes->asset->base.css)

h2.footer-block__heading {
    display: none !important;
}
.newsletter-form__field-wrapper {
    display: none !important;
}
.footer-block__newsletter {
    display: none !important;
}

hello, two years later i have the same problem. if i copy and paste this into base.css nothing happens