Tagged: bug, CONTACT FORM, CSS
Hi,
I’m having issues with the contact form’s colors. I would like to stay with the default Enfold’s contact form but when I set the element options in Select Element, the background and font color are changed to white and I can’t seem to find where I can change it, because in “Colors” section I have only three options (light and dark transparent and default) and there doesn’t seem to be an option to change only the font color. I want to be able to select my font color and not have it change when I set the “light transparent” element option. How would I go on doing exactly that?
Best regards,
Cali Softwares.
Hey Cali,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hello, Ricardo.
Here’s the link.
Hi,
Thanks for the link, so you are looking to change the colour of the text? If so, then please try this CSS out in Quick CSS:
.av-light-form input[type='text'] {
color:#ddd !important;
}
Best regards,
Rikard
Hey, Rikard
Thank you, but this code changed the ‘main’ colours, not the Select options. Can you help me again?
Hi,
You are looking to change the background color and text in the dropdown menu?
Best regards,
Jordan Shannon
Hi, Jordan.
I’m trying to change the text color in the dropdown menu.
Hi,
Try adding the following to quick css:
.select.is_empty option{
color:#000000!important;
}
Best regards,
Jordan Shannon
Hi, Jordan.
It worked very well, thank you. But before we can close this topic, one more question. Can I change the colour of “send” buttom?
Best regards,
Cali.
Hi,
Add the following to quick css:
.form_element input.button{
background:red!important;
}
Of course add whatever color you want
Best regards,
Jordan Shannon
Thank you so much!
Hi,
Great! I’m glad you got this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon