Faq (Questions & Solutions) | SP Medical - Documentation | JoomShaper

SP Medical

Updated Last: 05 February 2019

Faq (Questions & Solutions)

How to change color inside input fields

If you think that font color used inside "Make an Appointment with" form are too light, please use following custom CSS code to make it darker:

input[type="text"]::placeholder, input[type="email"]::placeholder, 
input[type="url"]::placeholder, input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder, input[type="tel"]::placeholder,
input[type="number"]::placeholder, select::placeholder,
textarea::placeholder {color: #111 !important;}

 Use it inside custom.css file located inside template folder (/css/).


More soon....