Varying the font of the blog title
- The topic ‘Varying the font of the blog title’ is closed to new replies.
Need help? Check out our Support site, then
Hi.
Sorry for my english taken from the google translator.
I wanted to know which css to add to increase the font size of the blog title, along with the description of it that goes just below.
Thank you very much.
The blog I need help with is: (visible only to logged in users)
Hi there,
Which blog title would you like to increase in size? There are several spots where the blog title exists. Can you send a screenshot please? Thanks in advance!
Hi there,
You can change the site title with the following CSS:
.site-title { font-size: 32px; }
You can change the description with the following CSS:
.site-description { font-size: 16px; }
Thank you very much !, works perfectly.
Happy 2017! ;-)