How to reduce size of title
-
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: (visible only to logged in users)
-
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. :))
-
-
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; }
- The topic ‘How to reduce size of title’ is closed to new replies.