-
AuthorPosts
-
September 7, 2015 at 3:16 pm #499251
Hi,
I’ve changed all of the font colors for my contact form to black, but the dropdown menu fields are still light gray. Can you please provide the CSS to fix this?
Thanks
September 7, 2015 at 3:24 pm #499261Hey entrepreneur41!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
select { color: black!important; }
Best regards,
YigitSeptember 7, 2015 at 3:28 pm #499271Hi Yigit,
Thanks for the quick reply. That code didn’t work for some reason. You can see for yourself, when you select a Yes or No under any dropdown box, the selected answer is still light gray.
Any other ideas?
thanks
September 7, 2015 at 3:32 pm #499279Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitSeptember 7, 2015 at 7:08 pm #499488See private content.
September 7, 2015 at 9:48 pm #499538Hi!
Please convert it to
select option { color: black!important; }
Let us know if it worked right :-)
Regards,
BasilisDecember 15, 2016 at 8:43 pm #725001I got what to posted to almost work.
Everything works except the drop down (select option) code which still has a blue borderHere is my code
#top div .av-dark-form input[type='text'] { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form textarea { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form select { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form select option { border-color: #C59C5F !important; border-width: 1px !important; background-color: #ffffff !important; } #top .av-custom-form-color .button { border-color: #C59C5F; }
Thanks
JonDecember 19, 2016 at 3:43 pm #726051Hi Jon,
Which browser and OS are you using? I cannot see a blue border around your dropdown.
Can you please also post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitDecember 19, 2016 at 5:40 pm #726158Yigit,
Thank you for your reply.
I started a new thread with the screenshots here https://kriesi.at/support/topic/enfold-contact-form-drop-down-selector-colors/Jon
-
AuthorPosts
- The topic ‘Contact form drop down menu font color’ is closed to new replies.