Hi, I entered this code:
:: - webkit-input-placeholder {
color: red;
}
: -moz-placeholder {/ * Firefox 18- * /
color: red;
}
:: - moz-placeholder {/ * Firefox 19+ * /
color: red;
}
: -ms-input-placeholder {
color: red;
}
to change those of the placeholders, but it doesn’t always work.
See image: https://monosnap.com/file/12zzKRElLmoTjURBQL183FeCQ24exV
https://monosnap.com/file/7Tp5wHlzKXob9GxMWdK47p8oB5TJIX
Thank you for your support
Hey Manuela,
I can’t see a contact form on that page, I see one in a popup when I click “Find a mentor”, but I can’t see the problem in there?
Best regards,
Rikard
Corrected in pop-up, the problem is in the “I prefer my session to be:” field is a select no a text.
you can see another example in WhyLea->Our Team the last item “Join us”
Thank you.
Hi,
Thanks for that. Please try this CSS as well:
#top .main_color input[type='text'] {
color: red;
}
Best regards,
Rikard
I have added the code, but nothing changed.
I cleaned the cache also.
Hi,
I added the code to the top of Quick CSS and it’s applying fine.
Best regards,
Rikard
Thank you.