Log In · Register

 
I need to hide this one line "Test Page's Friends Comments"
shynomi
post 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
 
 
Start new topic
Replies
Mikeplyts
post 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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: