Shopify themes, liquid, logos, and UX
When I load the page, the text of the first image in the slideshow doesn't appear on mobile. In the desktop version it appears, and even in the theme editor it appears, but on mobile it's simply invisible.
Does anyone know what it could be?
would you midn to shar your store URL? Thanks!
thank for the info, usually the button and header text will go down automatically on mobile screen.
Thats is the default design for mobile. You can check this one to fix it.
@media screen and (max-width: 749px) {
.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
height: 100%;
}
.slideshow__text-wrapper.banner__content {
background: transparent;
position: absolute;
top: 50%;
}
}
@media screen and (max-width: 600px) {
.slideshow__text-wrapper.banner__content {
top: 100%;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I really appreciate the help, but it didn't work. It's strange, because only the first image in the slideshow looks like this. The rest of the images don't look like this. And when I refresh the page, the text on the first slide appears for just a few milliseconds. It's strange, but that code didn't solve the problem either... 😕
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025