Comments Allison started the conversationMarch 1, 2014 at 7:04pmAnyone have a snippet I can add to CSS to increase the size of the tagline under the logo in the site's header? 295Paul repliedMarch 3, 2014 at 1:29amHi,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,PaulAllison repliedMarch 3, 2014 at 8:06pmThanks, Paul! Perfect! Sign in to reply ...
Hi,
Please try using this CSS:
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
Thanks, Paul! Perfect!