It doesn't show the text in the contact page ant in the region/country

It doesn’t show the text in Contact us page( it does show the phone number, email etc), but not what the client has written. Also, it doesn’t show me the options for country/region in the top of the page, although it does show them in the footer. I can see a box, but not the options. I think that’s beacause the text and background is the same color.

1 Like

Hello @eirimina try this css code

.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form option {
    color: #000 !important;
}

select,
option {
    color: #000 !important;
    background-color: #fff !important;
}

thankss

Unfortunately it didn’t change anything. I had the same issue with the subvariants and I’ve solved it, with editting the code before. I don’t know if that affects the code