Please add custom css to remove the details by following below mentioned steps
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:
@media only screen and (max-width: 767px) {
.top-header{
display:none;
}
}