How to remove a website banner from Mobile?

Hello everyone,

I have a couple banners on my website and am just looking to remove one off the Mobile version only.

Here is the banner I am trying to remove from the mobile version:

How would I go about this? Thanks!

My website is: glasstapes.com

Hi @Juliettagolovey ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
    #Banner-template--15471309848792__16442811275ef921cc {
         display: none !important;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.