Hide Announcement on Mobile

You can add this code to Custom CSS field on the Style tab of your Announcement Bar widget’s settings:

@media screen and (max-width:767px) {
    div[class*="es-announcement-bar"] {
    display: none !important;
}}
2 Likes