Hi,
please could I get some assistance in how to hide this image banner so that it shows only on desktop view
theme: dawn
url: webse.co.uk
kind Regards
Hi,
please could I get some assistance in how to hide this image banner so that it shows only on desktop view
theme: dawn
url: webse.co.uk
kind Regards
Hi @slatty ,
You can hide your image banner title by following these steps below:
@media (max-width: 749px) {
#shopify-section-template–15850075586780__1648130833cc79546f {
display: none !important;
}
}
Hope it will help you!