change the color of the "thank you" message when subscribe to our newsletter Dawn theme

Solved

change the color of the "thank you" message when subscribe to our newsletter Dawn theme

Sauron6263
Excursionist
44 0 6

Hello ! i would like to change the color of the "thank you" message when subscribe to our newsletter, when you add ur email the message in black is not visible, i would like to put it in white, i search on the code but cannot find the section 😞 if you can help me to do it

Capture d'écran 2024-04-05 124536.png

 

Accepted Solutions (2)

LuffyOnePiece
Shopify Partner
650 93 120

This is an accepted solution.

Hi @Sauron6263 ,

 

Add This Css in your Edit Code > base.css File

.newsletter-form__message {
    color: #FFE !important;
}

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @Sauron6263 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.newsletter-form__message {

    color: yellow !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

DigiDecoded
Shopify Partner
162 19 18

can you share the store url with pasword if in case its pasword protected

Danish | Full Stack Developer @ Esire.Inc
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Hire me for your next task! | Email | WhatsApp | Website
Sauron6263
Excursionist
44 0 6

LuffyOnePiece
Shopify Partner
650 93 120

This is an accepted solution.

Hi @Sauron6263 ,

 

Add This Css in your Edit Code > base.css File

.newsletter-form__message {
    color: #FFE !important;
}

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @Sauron6263 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.newsletter-form__message {

    color: yellow !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.