Viewing 6 replies - 1 through 6 (of 6 total)
  • Absolutely you can change those. You just need to play with the colors in the style.css file.

    Thread Starter Heat

    (@heat)

    Thanks oriecat, but for some reason, i can’t find the line that is responsible for the LINK colors, which are blue currently, can you please quote or referr me to that line?

    Thanks again
    Heat

    You won’t find it as “LINK”, but anything having a in it.

    Thread Starter Heat

    (@heat)

    Anything having an a in it? isn’t that a bit generalizing? =/

    Heat

    a stands for anchor, which are the tags that make links. So you need to look for things like:

    a {

    #sidebar a {

    #header a {

    ul li a {

    etc. The places with an a like that. Those are what make your links.

    It looks like most of what you want changed is controlled by this section:
    a, h2 a:hover, h3 a:hover {

    So change the color code there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘sidebar, title and misc text?’ is closed to new replies.