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

Sitewide Banner only on mobile

Home / Forums / Virtue Theme / Sitewide Banner only on mobile

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
March 18, 2019 at 9:15 am

I would the the sitewide banner only to show on mobile devices. Can this be done?


@media
only screen and (max-device-width: 768px) {
.virtue_banner {
display: none;
}
}

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