Jump to content

Changing Link Colors [Solved]


Daniel

Recommended Posts

You don't need to include the stylesheet again, it will already be called in the header for the skin. (You are adding it to the skin stylesheet correct?)

I usually put all link styles near the top of the stylesheet, if that doesn't work just add "!important" like so:

a:link{color:#000 !important;}

and so on...

Link to comment
Share on other sites

ok, Just for anyone else that would like to do it what you have to do is this

/* regular */
a:link{color:#6c6c6c;}
a:visited{color:#6c6c6c;}
a:hover{color:#0B610B;}
a:active{color:#0B610B;}
body
{
margin: 0px;
padding: 0px;
font-size: 12px;

Put it under the

/* regular */

bit.

Thanks everyone

Daniel

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...