Theme:Responsive: I want to hide the top header from mobile site
-
I want to hide the items in the top widget area – Get a Quote, Contact Us, and make a Payment – from the mobile view of the site. What code do I need to do that? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Howdy synergy!
This code should hide them on mobile. Let me know if it helps.
.top-widget .mobile-theme { display: none; }
- The topic ‘Theme:Responsive: I want to hide the top header from mobile site’ is closed to new replies.