Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #499261

    Hey entrepreneur41!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    select {
        color: black!important;
    }

    Best regards,
    Yigit

    #499271

    Hi 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

    #499279

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #499488

    See private content.

    #499538

    Hi!

    Please convert it to

    select option {
        color: black!important;
    }

    Let us know if it worked right :-)

    Regards,
    Basilis

    #725001

    I got what to posted to almost work.
    Everything works except the drop down (select option) code which still has a blue border

    Here 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
    Jon

    #726051

    Hi 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,
    Yigit

    #726158

    Yigit,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact form drop down menu font color’ is closed to new replies.