How do you hide default picture?

1 answer

Answer

1207980

2026-04-18 15:01

+ Follow

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

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.