- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Startup Pro
Is it possible to make the letters in the quick contactform brighter? I have tried to lighten them up a bit more, but on a laptop they are still very soft and grey and on mobile they are not visible. How can I fix this?
https://veilige-woning.nl/
Miranda
Hi Miranda,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
color:#ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
color:#ffffff;
}
:-moz-placeholder { /* Firefox 18- */
color:#ffffff;
}
Regards,
Dave
Super! Thanks Dave. On mobile they are perfect now.
Is it also possible to lit them up a bit more on a pc of laptop? They are still quite grey now.
Miranda
Hi Miranda,
Kindly remove the cache of your browser and check again. Text is appears white now.
Regards,
Dave
