kayleighisamazing
Sep 22 2010, 10:20 PM
I want to keep my Status box (extended network) but get rid of the blogs? I couldn't find a code for that...
miguelS
Sep 23 2010, 03:34 PM
CODE
<style>table.latestBlogEntry {display:none;}</style>
kayleighisamazing
Sep 23 2010, 03:41 PM
Thank You!
But now there is this big space between where it says "Kayleigh's Blurbs" and where my about me is... (see image)
Is there a way to fix this?
OR - Is there a way to hide the text - "Kayleigh's Blurbs"?
miguelS
Sep 23 2010, 07:48 PM
CODE
<style>
table.blurbs td table td span.orangetext15 {
display:none;}
table.blurbs td table td br {
line-height:0px;}
</style>