Comments laura_br started the conversationAugust 23, 2023 at 6:10pmHi, I cannot change the color of the contact form label, where each input data is added. See at the end of the home page please. https://idosiertranslations.com/ I want to get the labels in white color, not blue. I looked for the ccs style and I coud not find it. In addition, I want t change the button color as well, and I have the same issue as the one I mentioned above. Thanks! Laura 279Noah repliedAugust 23, 2023 at 6:32pmHi Laura,The site seems to be under construction and we cannot load any of the pages.Could you maybe give us access we see if we can remedy this with some custom CSS to change the label and button colors.Thanks.1 Likelaura_br repliedAugust 23, 2023 at 6:58pmSorry, I forgot to disable the under construction mode. I've already done it, so you are able to access now.Thanks! 279Noah repliedAugust 23, 2023 at 7:15pmHi Laura,Try the following CSS: form.wpcf7-form p label span.wpcf7-form-control-wrap input, form.wpcf7-form p label span.wpcf7-form-control-wrap textarea.wpcf7-form-control{ background-color:white !important; color:black !important; } /** button colors***/ form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{ background-color:red !important; color:black !important; } add it to salient \ general settings - css script related - custom css code. Adjust it to what you need. Cheers. Sign in to reply ...
Hi,
I cannot change the color of the contact form label, where each input data is added.
See at the end of the home page please. https://idosiertranslations.com/
I want to get the labels in white color, not blue.
I looked for the ccs style and I coud not find it.
In addition, I want t change the button color as well, and I have the same issue as the one I mentioned above.
Thanks!
Laura
Hi Laura,
The site seems to be under construction and we cannot load any of the pages.
Could you maybe give us access we see if we can remedy this with some custom CSS to change the label and button colors.
Thanks.
Sorry, I forgot to disable the under construction mode. I've already done it, so you are able to access now.
Thanks!
Hi Laura,
Try the following CSS:
add it to salient \ general settings - css script related - custom css code. Adjust it to what you need.
Cheers.