Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1078359

    Hello,

    I have a mailchimp signup on my homepage right below the layerslider. I’m just trying to make the field font white with CSS as opposed to grey which is being inherited from the theme settings. Could someone help me with this? Thank you guys!

    #1078820

    Hey bobfurgo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top .main_color input[type='text']::placeholder {
         color: #fff;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1078823

    Thank you! It worked but only issue with this that it also changes the color of the text on the contact us form on the contact us page. Is there a way to isolate it to just this one section?

    #1078899

    Hi,

    Adjust the css to this:

    #top.home .main_color input[type='text']::placeholder {
         color: #fff!important;
     }

    Best regards,
    Jordan Shannon

    #1079191

    thank you!!

    #1079229

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘mail chimp field font color’ is closed to new replies.