Skip to main content

Hi there, 

How do I increase the font size on the Headline Banner Text? Thanks for any assistance you can provide!

7 comments
  1. Jun 17, 2019, 2:21 PM
    @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;

    }

0/9000