• gruvmann

    (@gruvmann)


    I’ve looked through and discovered how to change every aspect I want to change to make this layout work for what I want except the link color. All of the (sidebar and comment) links are still brown. Where do I change this? Help!

    Thanks,
    Matt (gruvmann)

Viewing 1 replies (of 1 total)
  • Please search and change all color-definitions #996 in the CSS-File.

    These are the 5 entries:

    h1, h1 a, h1 a:hover, h1 a:visited {
    color: #996;
    }
    h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #996;
    }
    h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    color: #996;
    }
    .entry p a:visited {
    color: #996;
    }
    a {
    color: #996;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing link color in Minimalism Template’ is closed to new replies.