• Hello,

    I’m using the Standard Theme. My page is http://www.bad66chevelle454.com

    I’m having a problem with the Title/Header of a page or post. I edited my style.css file to make the text white so it would show on the sidebar. But in doing so it made the Titles/Headers white also which don’t show up on their white backgrounds.

    I’m guessing I there is something else to edit in the style.css file but I’m really not sure. I’m really new to all this and just using lots of trial and error and searching, but I can’t seem to figure this one out.

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yeah. You’ve made all links white, I think, if I understand correctly what you’ve done:

    a:link, a:visited {
      color: #FFFFFF;
    }

    You need to make your rule more specific. Try something like:

    #sidebar a:link, #sidebar a:visited {
      color: #FFFFFF;
    }

    HTH

    PAE

    Thread Starter Bad66Chevelle454

    (@bad66chevelle454)

    I’m a pretty new to this….so can I just paste that code into my current code? And then change the links back to black?

    I did find a plug-in to make the titles black, but it only does that for blog posts, not ‘pages.’

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with header/title text colors’ is closed to new replies.