Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale 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