Hi, I can't seem to get a grip on the Page Header Subtitle. I intend it to be #FFF or very light in any case, and small. It seems I can either define a CSS style, in which case the font will appear gray. OR I can define a brighter color, but not reduce the font size. In short, if there is a solution to set the parameter for the Page Header Subtitle color and size site wide by custom CSS, that would be alright.
Hi, I can't seem to get a grip on the Page Header Subtitle. I intend it to be #FFF or very light in any case, and small. It seems I can either define a CSS style, in which case the font will appear gray. OR I can define a brighter color, but not reduce the font size. In short, if there is a solution to set the parameter for the Page Header Subtitle color and size site wide by custom CSS, that would be alright.
Hey!
#page-header-bg .subheader h6 { color: #fff !important; }
Salient Support Team
Thanks! That did the trick.