I would like to increase the font size of the "site description" in my header (sub-title text). I am using the Bouquet theme. What CSS do I insert?
The blog I need help with is add2yourfaith.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I would like to increase the font size of the "site description" in my header (sub-title text). I am using the Bouquet theme. What CSS do I insert?
The blog I need help with is add2yourfaith.wordpress.com.
This should do the trick:
#site-description {
font-size: 150% !important;
}
Thank you, thank you, thank you!
Cheers :)
This topic has been closed to new replies.