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: Social care – Hide header elements on mobile.

#17828
Grace Themes
Member

Hi,

To hide the header social bar and news bar on mobile
Go to the Appearance -> Editor -> style.css
add below css code at the end of file

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

Regards
Grace Themes