So I have added a code to change my footer black with white words, but it has affected my subscribe button in my newsletter section to turn black with white text as well. I need to turn it to a white button with black subscribe text. Can anyone help me with that code? pleaseee
@marionna5
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Hi @marionna5 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
do you need password as well?
rebrand2000
thanks for all details can you try this code
- Go to Online Store-> Theme->Edit code
- Asset->/theme.scss ->paste below code at the bottom of the file.
.site-footer__item-inner--newsletter .newsletter__submit {
background: #ffffff;
color: #000 !important;
border-color: #000;
}
.site-footer__item-inner--newsletter .newsletter__submit span.newsletter__submit-text--large {
color: #000000;
}
Hi @marionna5 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
.site-footer__item-inner--newsletter .newsletter__submit {
background: #fff !important;
border-color: #000 !important;
}
.site-footer__item-inner--newsletter .newsletter__submit {
color: #000 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
worked, thank you so much!
thank you so much! got it
its my pleasure to help us