Links and changing them..? - Post ID...

User 451430 Photo


Registered User
10 posts

Hello,

Could somebody advise whether or not it's possible to change the links so they remain the same colour rather than the default purple?

They end up looking a mess after they are selected and also they appear to remain purple when you go back to the index.

Thanks, Rob.:)
User 282670 Photo


Registered User
3,940 posts

could try putting this in the head section of your page.
<style type="text/css">
a:link {
color: #FF0000;
}

a:visited {
color: #oooooo;
}

a:hover {
color: #oooooo;
}

a:active {
color: #000000;
}
</style>


just change the color




User 282670 Photo


Registered User
3,940 posts

sorry comp blinked




User 451430 Photo


Registered User
10 posts

Thanks for the reply.

Did you mean "oooooo" to be "000000" - i.e. number 0 rather than the letter o?

At any rate, doesn't appear to have worked.

See www.maximconnect.co.uk

Cheers, Rob.
User 282670 Photo


Registered User
3,940 posts

yes zero's, and one of the colors is set to ff0000, if set all to ffoooo or black oooooo--and your right give me a minute..
Robert try changing all the colors to the same as you wanted. I couldn't get it to work for me either a bug maybe.....

If this doesn't work Robert, go to settings>standard settings for all pages, select the homepage then change the link colors there to the same, then click on all pages, then ok. see if that works.

ROBERT try changing the rgb to words like blue or black
(nope not working)





Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.