Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #785075

    Hello. Looking to change the placeholder text to White.

    Thank you,
    Ryan

    #785099

    Hey accurIT,
    Try this code in the General Styling > Quick CSS field:

    #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: #ffffff !important; }

    Best regards,
    Mike

    #785105

    Thanks, no change. Look at this fix that worked for another site. I tried it on this site and had no change. Curious how the answers are so far apart, but I do understand there is usually more than one way to solve an issue.

    #785121

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'] {
    color: #fff!important; 
    }
    
    input[type=text]::-webkit-input-placeholder {
    	color: #fff!important; 
    }
    input[type=text]::-moz-placeholder {
    	color: #fff!important; 
    }
    input[type=text]:-ms-input-placeholder {
    	color: #fff!important; 
    }

    Best regards,
    Mike

    #785302

    Good to go, thank you!

    #785317

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    #785318

    Hi,

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mailchimp Form Placeholder’ is closed to new replies.