How can I hide the top banner on mobile using dawn theme 11?

Hello @urbantis

you can try this code it might be helpful to you:-

Go to the seeting> edit code> base.css> paste the the code bottom.

div#Banner-template--14624638763092__8e885c65-01f2-4422-93b4-0a0531e13152 {
    display: none;
    visibility: hidden;
}