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

Hiding Top Bar for Mobile Only

Home / Forums / Virtue Theme / Hiding Top Bar for Mobile Only

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 16, 2016 at 4:35 pm

This works …

@media
(max-width: 768px) {
.topbarmenu ul li a {
display: none;
}
}

But the Rev Slider is not responsive?

Bill

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