• My blog is here. As you can tell, I’m utilizing the Contempt theme. I’m new to the CSS thing and with some persistance have been able to figure out most of what I need to know to tweak things around to my liking on this theme, but I’m having a difficult time with the text color on the title. I’ve tweaked the font, the position, and all, but I want the title to be black instead of the original baby-blue color you see now. I can’t find where to tweak that, though. Can someone direct me to where I can fix that up?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Shouldn’t it be in this line of your stylesheet?
    h1, h1 a, h1 a:hover, h1 a:visited, .description {
    text-decoration: none;
    color: #000;
    }

    A lot of things “compressed” together… you can change them all or take them apart into different definitions.

    Thread Starter peaelare

    (@peaelare)

    Yep…that was it. Thanks!

    Thread Starter peaelare

    (@peaelare)

    Just out of curiosity, what would it look like to “take them apart”? Like, if I wanted to have it change color when I rollover, how would I separate the definitions.

    By the way, my apologies if these questions are too elementary…but that’s how I learn…

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘quick [easy] question about contempt theme’ is closed to new replies.