Tagged: bug, CONTACT FORM, CSS
-
AuthorPosts
-
September 21, 2017 at 3:28 pm #854903
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.- This topic was modified 7 years, 1 month ago by Cali.
September 23, 2017 at 4:16 am #855676Hey Cali,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardSeptember 25, 2017 at 6:18 pm #856652Hello, Ricardo.
Here’s the link.
September 26, 2017 at 6:43 am #856798Hi,
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,
RikardSeptember 26, 2017 at 6:09 pm #857066Hey, Rikard
Thank you, but this code changed the ‘main’ colours, not the Select options. Can you help me again?
September 26, 2017 at 6:23 pm #857073Hi,
You are looking to change the background color and text in the dropdown menu?
Best regards,
Jordan ShannonSeptember 26, 2017 at 6:39 pm #857084Hi, Jordan.
I’m trying to change the text color in the dropdown menu.
September 26, 2017 at 10:51 pm #857173Hi,
Try adding the following to quick css:
.select.is_empty option{ color:#000000!important; }
Best regards,
Jordan ShannonSeptember 27, 2017 at 6:55 pm #857675Hi, 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.September 27, 2017 at 10:49 pm #857730Hi,
Add the following to quick css:
.form_element input.button{ background:red!important; }
Of course add whatever color you want
Best regards,
Jordan ShannonSeptember 28, 2017 at 10:35 pm #858221Thank you so much!
September 28, 2017 at 10:40 pm #858223Hi,
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 -
AuthorPosts
- The topic ‘Contact Form – Select Element’ is closed to new replies.