Jump to content

Changing Link Colors [Solved]


Recommended Posts

Posted

what part of the css do I edit so that the links are green not blue. Also hi would like to know how you get the table on your pilot roster like airhaul

Any help would be greatly appreciated.

thanks

Daniel

www.pashairvirtual.co.uk

Posted

That just goes into your css file, and obviously you change the colours to the colour you want.

As for the table, he's just added styles to the default pilots table.

Posted

are you talking about links?

i Put this at the top of the Pilot_list.tpl

<link href="<?php echo SITE_URL?>/lib/skins/ObsessBlue/StyleSheet.css" rel="stylesheet" type="text/css" />

and the links are still Blue

Posted

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...

Posted

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

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...