Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #729075

    Hi All! Happy New Year! I am having a contact form formatting issue in the text boxes. For the default and light transparent color schemes, the cursor is not appearing in the text box and the text is not displaying correctly. I have selected the default color scheme and the cursor and text are not visible when clicking into the text box. It should be dark and visible on the white background. When the content of the text box is highlighted, the text color is white on a gold background, which is the formatting for the sidebar. See at http://abc.scheidco.com/connect/. This is also happening in the contact form used with the email on team bios, for example at http://abc.scheidco.com/richard-email-contact-form/. I attempted to solve the problem, with no success. Can you help with a solution?

    Wishing you all the best for a great 2017!

    V.

    #729101

    Hey Valerie,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .main_color .input-text,
    #top .main_color input[type='text'],
    #top .main_color input[type='input'],
    #top .main_color input[type='password'],
    #top .main_color input[type='email'],
    #top .main_color input[type='number'],
    #top .main_color input[type='url'],
    #top .main_color input[type='tel'],
    #top .main_color input[type='search'],
    #top .main_color textarea,
    #top .main_color select {
    	color:#000!important;
    }
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.