How can I change the color of my newsletter subscription box?

The color of the “Thanks for subscribing” newsletter box is in green and I would like to change that color. I saw another person got the same question and was told to change that at the “colors” setting but then when I go to ‘Colors’ I don’t see any green color there?

@Tiff2 - you can check subscribe settings from customize or will need to use custom css, can you please share your webpage link?

@Tiff2

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi @Tiff2 ,

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.

Thanks! Here is the URL: www.tiffanynoyama.com

Hi all - here is my URL www.tiffanynoyama.com

Many thanks!

Please add below css in bottom of assets/theme.css file

.form-message–success {

background-color: #fff; ( you can give any color code in place of #ffff )

}

Thank you.

@Tiff2

Thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.form-message--success {background-color: #ffffff;} /* change color as you like  */

@KetanKumar @Denishamakwana Thanks so much for getting back to me with the solutions! While I have successfully changed the background color, how can I change the text color? I tried the same code you gave me with “font-color” and “text-color” but they didn’t work. If you could give me some insights that would be much appreciated! Thanks!

@Tiff2

yes, please try this code

.form-message--success 
{
    border-color: #CC0481;
    color: #fff;
}

@Ketan thanks so much!

@Tiff2

its my pleasure to help us

Checkout this video herehttps://youtu.be/eQP0zHspVQw