Just found the answer myself, this works and apparently without problems:
In Appearance > Editor > Stylesheet, line 612:
Instead of this:
#footer-wrapper .social-icons a{width:26px;height:26px;line-height:26px; font-size:13px !important; margin:0 5px 5px 0; padding:0; display:inline-block;}
insert this:
#footer-wrapper .social-icons a{width:26px;height:26px;line-height:26px; font-size:13px !important; margin:0 5px 5px 0; padding:0; display:none;}
Cheers, Claudia