How do I change the contact form field colors AND outline on SENSE theme?

so far I have tried this code :

.contact-form input, textarea, select { background: #fdecf8; border: 1px solid #fff; color: #fff; }

BUT IT ONLY MAKES THE “MESSAGE” AREA BOX PINK, I would like every box on the contact form pink with the pink outline. If someone could please help me, I would greatly appreciate. I cannot seem to figure this out as I have spent hours tweaking the code I found on another post.

Hey @Pinkii ,

Can you please share you store URL so that we can have a look and jot down the CSS that’d fix the issue you are facing?

Thanks,
Shubham | Untechnickle

If you’re using Dawn theme, then try this CSS:

.field__input {
    background: #fdecf8;
    border: 1px solid #fff;
    color: #000;
}

Cheers!
Shubham | Untechnickle

1 Like

THIS WORKED!! THANK YOU SO MUCH FOR YOUR SUPPORT AND TIME I APPRECIATE IT!!

Do you happen to also know how to change the outline color?