Hey so idk how to hide them but u could change it's colour to white or any other colour to much the background, I couldn't change the colour for general interests tho. I habe writen "solid white" as a colour but u could change that as well,hope this helps
FOR general-about
<style>
.general-about{
border: 1px solid white !important;
}
</style>
FOR Contact Box
<style> .contact{
border: 1px solid white !important;
}
</style>
FOR url box
<style>
.url-info{
border: 1px solid white !important;
}
</style>
FOR interests & social links sections
<style>
table.details-table{
border: 1px solid white !important;
}
.profile .details-table td{
border: 1px solid white !important;
}
</style>