I have many <pr:inputText>
components in my xhtml, I want the color of all those texts to be blue. When I use
<head>
.ui-inputtext {
color: blue;
}
</head>
in head tag it works fine but it disturbs other functionality.
when I use <h:head>
tag for this css, it does not work. will you please help me know how to use css for inputText
using standard jsf head tag