Show mobile announcement bar on all pages except home page

To show mobile announcement bar on All pages except homepage, you can use this code to Website Tools > Custom CSS.

@media screen and (max-width:767px) {
    body.homepage div.sqs-announcement-bar-dropzone {
    display: none;
}}