Contact Us Page - Text & Background for Message Field Both White

Hey guys & girls!

https://doggyboxdelivery.co.uk/pages/contact-us

It seems the text area and the text colour on our contact page is both white so you cannot see what you’re typing!

Any ideas?

hii, @DoggyBox
Pate this code in theme.scss file.

input ,textarea{
    color: black !important;
}

Thank You.

Hey @Anonymous !

I don’t see a theme.scss file.

I have theme.css

Thanks

@DoggyBox
okk Add in theme.css file.

1 Like