Change color text input contact form sense theme

Hello, I woul like to change the text color of my contact form, I already checked 2/3 forums on the same subject but the methods didn’t work for me, the text is black but I would like it to be white, my website link is:

the-treasure-finder.com

I’m using Sense Theme.

Thank you for your help.

Contact me and I will solve your problem. It is a simple task

1 Like

Hi @treasurefinder

This is Kate 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:

.field__label, .customer .field label {
   color: white !important;
}

Hope my answer will help you.

1 Like

Thank you!