Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Link Colors Re: [Solved] Link Colors

#74286
tingo
Participant

Hi

Thank you for your help. Sorry the

Quote:
a:visited {
color: white;
}

should of been

Quote:
a:visited {
color: blue;
}

I’ve attached the file I am working to this post

I am trying to make the main menu links white and the menu link in the left and right module position blue.

I’ve deleted the old template.css and made this new one below

Quote:
body {
color:#000000;
border: 1px 1 #000000;

}

#header {
background-image: url(../images/header_bg.png);
background-repeat: repeat-x;
color:#FFFFFF;
height:94px;

}

#menu {
background-image: url(../images/nav_bg.png);
background-repeat: repeat-x;
color:#FFFFFF;

}

#footer {

background-image:url(../images/footer_bg.png)

}

but links are still the default color in the menu position. do you know how I change thier color to white please?

Many Thank for your help and time

Kind Regards

Charles