Logo - Question | JoomShaper

Logo

AM

Anna Martinek

Template 11 months ago

Hi, how can I change the logo text size

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #177113

Hi Anna,

Only by using Custom CSS. Just preview class name (using browser tool), and then use Custom CSS area to put single line of CSS. Example syntax that you can use:

#sp-logo .logo a { font-size: 24px; }

or more advanced styling:

#sp-logo .logo a {font-size: 24px; color: red;font-weight: bold;}

As you may see, a basic knowledge of CSS is enough to make "big" changes.


Helix Guide >> https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-resize-text-logo

0