How To Change The Labels Color

1
Hi there, I’m using the “Forgot Password”-module in my application. Included in it is a snippet used by an anonymous user to log in. Due to the styling of the login page, the labels for the input boxes for username and password is no longer visible and I want to assign a custom colour to it. How can I achieve this? I already tried setting the input boxes’ class to text-primary and amending the style using color: #4DB99C; Any advice will be appreciated!
asked
1 answers
1

what you could do is to disable the label of the widget and add a text widget in front or above your input box and style these text widgets. 

Bit of a work around, benefit is, you are in mor control of positioning and styling.

answered