Hello! I would like to add an image banner to my product page, which only shows on mobile, and not on desktop. Can someone help me with this please?
this is how I’d like it, but without it showing in desktop view.
crescent.hu
Pw: theaba
Hello! I would like to add an image banner to my product page, which only shows on mobile, and not on desktop. Can someone help me with this please?
crescent.hu
Pw: theaba
Hi,
Hope this will help
<div class="mobile-banner">
<img src="{{ 'your-image-file-name.jpg' | asset_url }}" alt="Mobile Banner" />
</div>
Hi @crescenthu
You can watch this YouTube video and follow what he said to add or show banner images separately on desktop or mobile, which is helpful here.
How To Show Different Banner Images On Mobile & Desktop [Shopify - Updated]
@media screen and (max-width: 749px) {
.mobile-only-banner {
display: block;
}
}
Let me know if you want help finding where to add the class or CSS based on your theme.
hi! thanks for the help, i’ve added the code, but it just doesn’t seem to work. The error message in custom CSS is: ““mobile-only-banner” does not appear to be used in this section. Try a different selector.” even after I added the code in base.css
Managed to do it with this, thank you! ![]()
Good to hear that, please give a thumbs👍up, if you like
Very welcome here, hope it works on your store ![]()