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 header contact strip on responsive view

#41713
Grace Support
Keymaster

Hi,

To remove the top header contact information from in mobile device
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code

@media screen and (max-width:767px) {
.pp_topstrip { display: none !important;}
}

Please make this changes and let me know your feedback.

Regards
Grace Themes