Change *just* the URL color in the profile module |
Change *just* the URL color in the profile module |
Apr 27 2009, 02:07 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2009 Member No: 725,918 |
Hi everyone -
I'm trying to change the color of just the URL link in my profile module, but I'm not having any luck picking the code out for just this with Firebug. My issue is that I have a lighter body and a darker header image, and I want to be able to change the URL link to a lighter color without having to choose a lighter color for the entire page. This works for changing the "Send Message/Add a Friend/etc" links: CODE ul.contactLinks li a { background-image: url(); background-repeat: no-repeat; color: #D1D1D1; } And here's what I've tried to change the color of the URL link CODE a.url { background: url() 0 2px no-repeat; line-height: 20px; padding-left: 35px; color: #D1D1D1; } Which achieves my goals of removing the little "URL" image that sits alongside, but no luck in changing the font color. I tried this as well, also no luck: CODE .userProfileURL div { color:#D1D1D1; } Any suggestions would be greatly appreciated! Example:
|
|
|
|
JasonThompson Change *just* the URL color in the profile module Apr 27 2009, 02:07 PM
fixtatik CODE.urlLink { color:#000000; } Apr 27 2009, 03:26 PM
JasonThompson Hm, that didn't seem to work for me...
Here... Apr 27 2009, 03:36 PM
PeRRiiN try this...
CODEdiv.basicInfoModule div.basicInfo... Apr 27 2009, 05:24 PM
JasonThompson Ahh! Thank you so much!
That did it, and... Apr 27 2009, 05:47 PM![]() ![]() |