+ 1
How cn we change the color of the input style
2 odpowiedzi
+ 1
At first create a code of form, then add the form with your question and elaborate your query more specific!! Otherwise your question seems a little bit confusing!!😊
0
Change of input text color could be easily done with css 'color' property.
Change of input background color could also easily done with css 'background-color' (or with 'background' shorthand) property, but changing input background broke default browser/platform input style (so you probably want to change too others css properties such as 'border' family).