Title size
- The topic ‘Title size’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I realise I can change the general size of the font which does both the title and blog post headings on the first page, however I only want to increase the size of the title & tagline. How can I do this?
Thanks,
Mike
The blog I need help with is: (visible only to logged in users)
Hi Mike
You can do this with custom css. The following looks pretty good to me. You can increase or decrease the percentages so it looks as you want.
.wf-active .masthead .branding h1.logo {
font-size:170%;
}
.wf-active .masthead .branding h2.description {
font-size:110%;
}
Great, thank you very much :)