When I use the "required="true"" for form validation in PrimeFaces, it gives star mark automatically in black color. I want change it to another color. There is no way to write css because star is not appeared by PrimeFaces.
How do I change it's default color to another color(red) ? This is the code in there documentation. I used it.
<p:outputLabel for="firstname" value="Firstname:" />
<p:inputText id="firstname" value="#{userView.firstname}" required="true" label="Firstname">