DdaihloSep 6, 2016
Where in the files can I change the colour of the placeholder text in the input field www.jewelclub.uk
1 reply · opened Sep 6, 2016
Where in the files can I change the colour of the placeholder text in the input field www.jewelclub.uk
Hello,
Please consider using the following CSS Code:
.form-control::-moz-placeholder { color: #999; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard