Where can i change the content of the MeBox?
keesha
✭
Hi,
I'd like to remove the photo from the MeBox, but i am not able to do it via css since display:none; seems also to alter the photos from the inbox too.
Any clues?
0

Answers
Try
.MeBox.Inline > .PhotoWrap .ProfilePhoto { display: none; }Thanks a lot ...
.MeBox > .PhotoWrap { display: none; }... did the trick.