Archived topic
Change the color of the text that appears after subscribing to Mailchimp
3 replies · Started by Bobby on November 26, 2021
Hi,
I am using the Generatepress Site Library Theme 'Health'.
How can I change the color of the text that appears after subscribing to the Mailchimp newsletter (via the button)
The text (Thank you, your sign-up request was successful! Please check your email inbox to confirm. etc.) appears in black and I want white text for better readability.
Kind regards,
Bobby Boer
Hi there,
try adding this CSS to your site:
.mc4wp-response {
color: #fff;
}
Fixed! :-) Thank you!
Glad to hear that!