Hi I want to change the colors of my widget titles such as Authors, Archive, and etc. How do I do that?
The blog I need help with is yourwaymyway.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
Hi I want to change the colors of my widget titles such as Authors, Archive, and etc. How do I do that?
The blog I need help with is yourwaymyway.wordpress.com.
Add this to the bottom of your CSS and then change the color code to the one you want.
.widget-title {
color: #666666;
}
This topic has been closed to new replies.