I need to hide this one line "Test Page's Friends Comments" |
I need to hide this one line "Test Page's Friends Comments" |
Aug 2 2009, 05:05 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 123 Joined: Nov 2008 Member No: 698,881 |
If you go to my test page: http://www.myspace.com/frucatestpage
and go down to the comments header you'll see this small white line. I need to hide that. It says "Test Page's Friends Comments" Is there a code to hide that little line? Thanks Nate |
|
|
|
![]() |
Aug 2 2009, 07:51 PM
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Do you already have the code that made the text tiny? If so, simply add the below to the CSS properties of that code that makes the text tiny:
CODE color:#000000; That should make the text black and appear "hidden". :thumsbup: EDIT: I took a quick look at the source code, are you using this to make the text small? CODE <style> .orangetext15{display:none} </style> If so, try replacing that with this: CODE <style>
.orangetext15{display:none; color:#000000;} </style> |
|
|
|
shynomi I need to hide this one line "Test Page's Friends Comments" Aug 2 2009, 05:05 PM
Mikeplyts ^oh, man. I never knew that. D: Aug 2 2009, 09:36 PM
shynomi I tried the .orangetext code but that didn't w... Aug 2 2009, 10:55 PM
shynomi ah i found it, it was the ffffff; under the commen... Aug 2 2009, 10:57 PM![]() ![]() |