• I have created a wordpress template from an existing dreamweaver template, yet I am having one major problem. I cannot get the post title color and the links to change colors. You can view the page at http://www.baggies47.com/blog and you’ll see what I mean, It’s some awful off-white color and can barely be seen with the background. What am I missing?

Viewing 1 replies (of 1 total)
  • In your css file, change:

    .twoColFixLtHdr a {
    	color: #FFF;
    }

    to another color.

    I think that should do it!

    Basically, unless otherwise specified, anything with an “a” tag will be white due to that code.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Template Post Title Problem’ is closed to new replies.