Hi,
Can someone look up how to make the image behind the text in Mobile View
Here is my website https://elitefitclo.com/
A user is experiencing an issue where a background image behind text is not displaying correctly on mobile devices for their Shopify store (elitefitclo.com).
Current Status:
Proposed Solutions:
The CSS solution specifically targets the .banner__box element and sets:
Both solutions require accessing the Shopify theme code editor. The discussion remains open with no confirmation whether either solution resolved the issue.
Hi,
Can someone look up how to make the image behind the text in Mobile View
Here is my website https://elitefitclo.com/
Have you removed the image? I can’t see it any more.
hi, @EliteFit
Go to Online Store
2) Edit Code
3) Find theme.liquid file
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Hi @Gustavo1105 ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Image Banner Mobile, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (max-width: 745px) {
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
background-image: url(https://elitefitclo.com/cdn/shop/files/textile-yarn-weaving.jpg?v=1700579618&width=1100);
background-repeat: no-repeat !important;
background-size: cover !important;
}
}
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly