Hi,
Is it possible to theme the email form Register newsletter "Enter email..." with a css e.g. text color?
Edit style.css doesn't take effect on the color?
.form .input-text {
border: 1px solid #d8d8d8;
padding: 7px 10px;
background-color: transparent;
width: 100%;
clear: both;
color: black;
}
Many thanks,
Thoriax
Hi,
"Enter email..." is a placeholder so you can not add CSS for it as you mentioned. Please take a look at instruction below to customize placeholder:
https://css-tricks.com/snippets/css/style-placeholder-text/
http://www.templatemonster.com/help/how-to-change-the-placeholder-text-c...