I need help with my debut theme I’ve edited the code so that the text appears on the slide in the mobile version like it does on the desktop version but the back drop that is on the desktop view doesn’t show on the mobile version photos will be below to show what I mean can someone advice me on how to make them the same please
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for url but your store is password protect
The password is don223
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.slideshow__overlay::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--color-image-overlay);
opacity: var(--opacity-image-overlay);
z-index: 2;
}
this worked thank you so much
its my pleasure to help us



