how to change the color of the placeholder in this form

2 replies · opened Dec 29, 2021

AAlucard348Dec 29, 2021

The color and the background don't have enough contrast so it makes it harder to see. How can I change the color of the placeholder text. Especially for the date and time field.

Thanks

SSemicolon WebSTAFFDec 30, 2021

Hello,

We can't really make out the exact codes you are using for the Forms, however, you can consider either adding the .dark Class to the parent div that has the Form Codes, or use the following CSS Codes according to the Class used for your Form Inputs:
[ch_pre type="css"].form-control::-moz-placeholder {
color: #999;
opacity: 1;
}

.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

AAlucard348Dec 30, 2021

it worked perfectly thank you

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