Hi,
I have css and was wondering if there is any way I could change the colour of each blog post title and bold it.
Thanks for your help.
Arianna
The blog I need help with is ariannasrandomthoughts.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,
I have css and was wondering if there is any way I could change the colour of each blog post title and bold it.
Thanks for your help.
Arianna
The blog I need help with is ariannasrandomthoughts.com.
I checked your site and I found that you figured out how to change the title colors using the following CSS:
h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,.widget h3,.entry-title,.nav-previous a,.nav-next a {
color:#666677;
}
You could add a font-weight property to make the text bold too:
font-weight: bold;
Thanks so much @designsimply!
This topic has been closed to new replies.