Change font size of tagline
-
can I change the font size (to a larger font) for the tagline in the Expound Theme.
I have already changed the color of the font and that worked well.
The font is way too tiny for me.The blog I need help with is: (visible only to logged in users)
-
You should be able to add a font-size declaration to the code you’re already using, the final bit will look like this:
.wf-active .site-description { color: #fff; font-size: 16px; } -
- The topic ‘Change font size of tagline’ is closed to new replies.