Solved

Narrative - Change Contact Form Successful Message Font Color

ReliantStride
Tourist
4 0 0

Hey everyone,

I'm using the Narrative theme (site is currently unpublished).
I'm trying to change the font color of the message after submission via the Contact Form.
It's currently bright green, and I'd like it to be black.
I've seen in other threads that it's located in the theme liquid file, but I don't want to mess anything up. 

Could someone please provide the necessary code and tell me where to place it?

Thank you!

Accepted Solution (1)

Developer-G
Shopify Partner
3079 604 857

This is an accepted solution.

Hello,

Add this css in theme.scss.liquid 
You can find this file under 'Assets' and you have to place this css in bottom.

.contact-form .form-success {
    color: #000;
}

Thanks 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Replies 5 (5)

Kinjaldavra
Shopify Partner
2302 570 1423

Please provide preview url

Developer-G
Shopify Partner
3079 604 857

This is an accepted solution.

Hello,

Add this css in theme.scss.liquid 
You can find this file under 'Assets' and you have to place this css in bottom.

.contact-form .form-success {
    color: #000;
}

Thanks 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
ReliantStride
Tourist
4 0 0

That worked perfectly--thank you so much!

ReliantStride
Tourist
4 0 0

@Developer-G Thank you--that worked like a charm.

diego_ezfy
Shopify Partner
2958 568 891

@ReliantStride 

Please share your website URL so we can assist you. If it's unpublished you can still share the URL privately following this quick tutorial.