Forums
Home / Theme: Pinzolo / Site Title
(@ikharoja)
10 years, 11 months ago
How can I change the font size used in the site title?
(@shout-out-sidekick)
Hello,
Here is some css code to place in your active child theme style.css file or your custom css plugin area. The font sizes are exaggerated so you can tell if it works right away. have fun.
Danny ??
#logoContainer h1 { font-size: 70px; }
#logoContainer p { font-size: 40px; }
Thanks for the quick response! This helps so much.