Does anyone know the code to fix it? I want to make it white. #fff
Here is the website link http://warrantycp.com
The blog I need help with is warrantycp.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
Does anyone know the code to fix it? I want to make it white. #fff
Here is the website link http://warrantycp.com
The blog I need help with is warrantycp.com.
find this ".meta,.meta a " in your CSS and change the color to white, like this below
.meta,.meta a {
color:white;
font:normal 10px Verdana, "Courier New", sans-serif;
letter-spacing:0;
}
HTH
This topic has been closed to new replies.