Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Hide Topbar Menu on mobile

Home / Forums / Pinnacle Theme / Hide Topbar Menu on mobile

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
November 26, 2015 at 6:28 pm

Hi! Sorry to ask another CSS question but I’m trying to hide the topbar menu when on mobile (I have a separate, bigger mobile menu enabled which works great).
But I want to keep the topbar on mobile for social media/cart/search. Is it possible to do this? I’ve tried:


@media
(max-width: 767px) {
.topbarmenu {
display:none;
}
}

..but nothing changed. Any pointers?
Cheers!

Site:

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.