I need to hide this one line "Test Page's Friends Comments" |
I need to hide this one line "Test Page's Friends Comments" |
![]()
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 |
|
|
![]() |
![]()
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> |
|
|
![]() ![]() |