How do I change the color of the newsletter form success message in Atlantic theme?

I’d like to change the look of the success message that appears when you sign up for my newsletter. It’s currently green (the text and the box), and I’d like to change it to hex #e0ccb0 or a similar tan color. See attached for the current defaultgreen design.

Hi @AreaMan

Can you share with me the page URL?

Here is a preview link to the site. The newsletter form is in the footer.

I can’t validate your CAPTCHA, it always shows an error message every time I confirm.
Please check it again

Hi @AreaMan ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.main-footer .alert-message.success {
    background-color: #ffffff;
    color: tan;
    border-color: tan;
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like

@LeoPham that’s strange, i’ll look into it.

@PageFly-Richard that worked! Thanks so much, I really appreciate it.

1 Like