hi, all I want to do is reduce the size of the title of my page, but am completely clueless on how to do it. :))
My page is lauralawsonforbes.com
thx!
The blog I need help with is lauralawsonforbes.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
hi, all I want to do is reduce the size of the title of my page, but am completely clueless on how to do it. :))
My page is lauralawsonforbes.com
thx!
The blog I need help with is lauralawsonforbes.com.
The only way to do that requires purchasing an annually renewable custom design upgrade http://en.support.wordpress.com/custom-design/ and doing the required CSS editing. http://en.support.wordpress.com/custom-design/editing-css/
Sorry, I meant reduce the title size through CSS editing. I have the custom design upgrade but don't know how to use CSS. :))
I don't help with CSS but there is Staff support for it.
It looks to me like the re-sizing option on your Appearance → Custom Design → Fonts page isn't working properly, and I'm not sure why. I will look into that.
In the mean time, you can override the Custom Fonts settings completely with a bit of custom CSS. To change the site title font size in the DePo Masthead theme, add the following to your Appearance → Custom Design → CSS editor:
#container div div h1.sitename {
font-size: 60px;
}
This topic has been closed to new replies.