Hi there,
How do I increase the font size on the Headline Banner Text? Thanks for any assistance you can provide!
7 comments
@Cecily Medved I needed to do this and figured out:
CSS added to standardize Headline Banner Text:
/* Change font of Headline Banner Text */
.forceCommunityHeadline .uiOutputRichText {
font-family: Arial;
font-size: 16px;
}