Welcome Guest [Log In] [Register]
need help finding codes
Topic Started: Jul 3 2009, 02:12 PM (53 Views)
monkeybro
Member Avatar
TZ Frequent
Posted Image

I've been having some problems finding what #hex codes effect the ones numbered above.I tried changing just about everything but nothing seems to want to work. o_O If someone could point out what the name of the sections are it would be a big help. For the most of it want to remove the underline and change the color. If someone could point me in the right direction it would be helpful.

Thanks.

EDIT: fixed the H2 text i only need help with numbers 1,2,4,5,6,7,8

EDIT: fixed most of it but still need to know number 7&8
Edited by monkeybro, Jul 4 2009, 02:19 AM.

Posted Image
Goto Top
 
Fanaticism
Member Avatar
Settled In
Try figuring it out in the CSS, I can't figure it out like this, many others can though,
Change text decor from underline to none? If you wanna make it flashy, change it to bold.
Posted Image
Goto Top
 
Leda
Member Avatar
cARpE dIEm
Number 7 should be:
a {
color:#0F405E;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}

For Number 8 add this to your CSS:
#stats.category td.c_foot a {
color: #fff;
}

Yellow Icon Inspired | X:GEN | TriColor Jam Conversion
*DJ Posted Image being poked for all eternity with the emoticon he made for me!* (thanks DJ!)
Goto Top
 
monkeybro
Member Avatar
TZ Frequent
thanks :D

Posted Image
Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Design Discussion · Next Topic »