Below is the code you use to hide your General Information like your, Name, Age, Location and so on next to your profile Image
Hide General Information Code
<style type="text/css"> table td.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;}