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
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:
@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.