I wish to change the font colour of the blog title in the On Demand theme but I'm not sure how, can anyone help?
The blog I need help with is walker287.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
I wish to change the font colour of the blog title in the On Demand theme but I'm not sure how, can anyone help?
The blog I need help with is walker287.wordpress.com.
For the title of the blog you normally need to use two selectors, one for the element and another for the link inside the element. The following should change the color to red:
#header-left .site-title,
#header-left .site-title a {
color: red;
}
Thanks!
You're welcome!
This topic has been closed to new replies.