Hide certain text i.e. "interests", you know that blue bit down the left side? |
![]() ![]() |
Hide certain text i.e. "interests", you know that blue bit down the left side? |
Nov 10 2006, 03:16 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Nov 2006 Member No: 479,193 |
how do you hide or change the colour of that blue text down the left hand side of a profile?
i dont want to change my layout but i wish i could either find the code i had that hid that text or someone gave me the html code to change its colour. Thank you. |
|
|
|
| *StanleyThePanda* |
Nov 10 2006, 03:22 PM
Post
#2
|
|
Guest |
Use this to hide it:
CODE <style type="text/css"> .lightbluetext8 {Display:none;}</style> Use this to change the color: CODE <style type="text/css"> .lightbluetext8 {Color:######;}</style> Change the ##### to the hex code of the color you want. |
|
|
|
![]() ![]() |