Hi,
sorry for late reply, it's a weekend for us
to hide "header picture" you can use a simple CSS, try to add this at your template style:
#jsn_header-picture legend{display:none;}
I'd also like to format the picture as a header pic of the user instead of the avatar. when the title "header picture" name disappears I's like to have the header on entire width of the layout of the profile width, any tips how to do that?
try to add also this CSS code:
#jsn_header-picture .header-1Label{display:none}
#jsn_header-picture .header-1Value{margin-left:0px;}
#jsn_header-picture .header-1Value img{width:100%;}