Arilyne
Browser: Google Chrome
Operating System: Windows XP Home
Profile System: not sure.. i think i'm using Old School? D: how'd i check that >:
Problem: i'm trying to get my comments' and details' text to be white l:
CSS Code (optional):
#id_avatar
{ background: transparent;}
#id_details
{ background: transparent;}
#id_comments
{background:transparent;}
#id_equipment
{ background: transparent;}
#id_custom_10689
{ background: transparent;}
#id_custom_10673
{ background: transparent;}
#id_custom_10049
{ background: transparent;}
#id_about
{ background: transparent;}
#id_contact
{ background: transparent;}
#id_wishlist
{ background: transparent;}
#id_signature
{ background: transparent;}
Screenshot (optional):
screenie 1 screenie 2 screenie 3
You have V2. You can just tell because of the style of the page. For future reference, there is an option under profile options or something that changes the profile from V2 to classic.
The code you want was in a guide posted a few posts up, though.
selector{color: hexcode;}
or, for the ones you requested:
#id_details{ background: transparent; color: white;}
#id_comments { background:transparent; color: white;}
If "white" doesn't work, try "#FFFFFF"