Hi,
To hide the top header bar of contact info and social media icon from mobile version
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
@media screen and (max-width:767px) {
.header-top { display: none !important;}
}
Regards
Grace Themes