Okay
  Public Ticket #171928
Enlarging tagline font
Closed

Comments

  • Allison started the conversation
    Anyone have a snippet I can add to CSS to increase the size of the tagline under the logo in the site's header?
  •  291
    Paul replied

    Hi,

    Please try using this CSS:

    #tagline {
        font-size: 20px;
    }

    Just adjust the value of the font-size here.

    In case you would like to use custom CSS for other elements, I would recommend "Developer Tools" on Chrome or "Firebug" on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Cheers,
    Paul

  • Allison replied

    Thanks, Paul! Perfect!