• Hi – I want to change the link colors for my new site. Right now its this funny pinkish color, anyways, I tried to find it in CSS but can’t figure out what the tag is called. Anyone know?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Links are represented by the letter a in your CSS file. Depending on your theme, it might look something like this:

    a {
    color:#c00;
    text-decoration:underline;
    }

    Hi,

    From CSS file you can find the code for Comment link change style, sidebar link change style and header link style change code….under the sidebar, comment and header section of CSS file..

    For exact details provide your theme name here..

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS links question’ is closed to new replies.