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!
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
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?
Hi,
Adjust the css to this:
#top.home .main_color input[type='text']::placeholder {
color: #fff!important;
}
Best regards,
Jordan Shannon
thank you!!
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon