I'm currently using the Suburbia Theme and want to change the font color from Brown to black? Does anyone know how to do this using the customize design tools?
The blog I need help with is happyhappyjoyjoy2013.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'm currently using the Suburbia Theme and want to change the font color from Brown to black? Does anyone know how to do this using the customize design tools?
The blog I need help with is happyhappyjoyjoy2013.wordpress.com.
Certainly! Try adding this to your Appearance → Custom Design → CSS editor:
a,
.grid .time a {
color: darkred;
}
a:hover {
color: red;
}
Adjust the color names as necessary.
AWESOME it worked! Thanks so much :)
Cheers :)
This topic has been closed to new replies.