Change text color of email input in newsletter (not in footer) - Dawn

What to type to change just the color of the text insdie the box in the picture for newletter (the ordinary - not in footer). Working i Refresh but think it is the same as Dawn

Hi @Kingstone , go to edit code > assets > component-newsletter.css and add this:

.newsletter-form__field-wrapper input{
            color:blue!important;
        }

Replace ‘blue’ with the color you’d like.

1 Like

Hi @Kingstone ,

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

label.field__label {
    color: black !important;
}

#NewsletterForm--template--17979164164370__4affc2bb-4df2-4c00-a7f1-74a342325da6{
    color: black !important;
}

PageFlyVictor_0-1677695624522.png

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

It worked in, component-newsletter! Thanks