How do I change the Page title color using Custom Design in theme Twenty Eleven?
The blog I need help with is fromgen2gen.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
How do I change the Page title color using Custom Design in theme Twenty Eleven?
The blog I need help with is fromgen2gen.wordpress.com.
To change just page title colors for the Twenty Eleven theme, add this to your Appearance → Custom Design → CSS page:
.page .entry-title {
color: red;
}
Adjust the color name as necessary.
http://en.wikipedia.org/wiki/Web_colors
This topic has been closed to new replies.