<body>
tag on each page to get a page class you can use to hide them.
for example, for the immpressum page, the body tag is
<body class="page-template page-template-page-fullwidth page-template-page-fullwidth-php page page-id-2399">
So, use this CSS:
.page-id-2399 ul.mvp-post-soc-list {
display:none;
}
To add CSS:
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
]]>