Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Hide Display Header top Strip on Mobile

#10405
Grace Themes
Member

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