Hi,
How can I change the background color of an input text? When I try to do this using the "Styles Editor" it's saying that:
Do I have to create a new class with higher priority? Something like that:
But how can I know the name of the actual class that my input is using?
Thank you :)
Hi Julia,
A way to know how is the class of your input, is inspecting the element, example:
or doble click in style class:
and for update the background color you can do like example:
Hope it's help.
Regards.