How can I remove footer badges from my online store?

Hi @manan123
In the NewslatterForm section file (In your liquid file you add the below code)


In your component-newsletter.css file add the below code

.newsletter-form__button:not(:focus-visible):not(.focused) {
    background-color: #786f6f;
}

Result: