For 1.0:
This code will hide ONLY your default picture:
<style type "text/css">
table.profileinfo table tr td a img {
display: none;
}
</style>
This code will hide EVERYTHING on your main profile info (Age, sex, location, headline, picture, etc.)
<style> .profileinfo {display: none;} </style>
For 2.0: (Put in Customize --> CSS/HTML section.)
div.basicInfoModule div.photo {display:none;}
I hope I helped!
<3
Copyright © 2026 eLLeNow.com All Rights Reserved.