Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-19-2010, 08:56 PM   PM User | #1
Deewon
New Coder

 
Join Date: Jul 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
Deewon is an unknown quantity at this point
Unable to change link color :S

I'm trying to change the link font color on my site from blue to green. However when I search for the hex code in my CSS it doesn't exist.

Also the colors set in there, are different to what shows up and changing them doesn't make a difference.

My site is http://wow.deewon.com

On the right you will see in recent posts and links that the text is blue. That text is what I'm unable to change in my CSS.

The hex code is showing in photoshop as #2277dd and I'm hoping to use #22dd22.

-Thanks

Last edited by Deewon; 08-19-2010 at 10:29 PM..
Deewon is offline   Reply With Quote
Old 08-19-2010, 09:40 PM   PM User | #2
met
Regular Coder

 
Join Date: Oct 2009
Location: United Kingdom
Posts: 728
Thanks: 4
Thanked 119 Times in 119 Posts
met has a little shameless behaviour in the past
you have no styles for anchors in your css ?

Code:
a:link { 
    color: #22dd22;
}

a:visited { 
    color: #22dd22;
}

a:hover { 
    color: #22dd22;
}

a:active { 
    color: #22dd22;
}
add the above declarations and change colour as required.

that blue is the system/browser default
met is offline   Reply With Quote
Old 08-19-2010, 10:29 PM   PM User | #3
Deewon
New Coder

 
Join Date: Jul 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
Deewon is an unknown quantity at this point
thanks <3
Deewon is offline   Reply With Quote
Reply

Bookmarks

Tags
change, color, css, font, link

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:26 PM.


Advertisement
Log in to turn off these ads.