Hello.
On my site when I use a Slideshow Section the images always appear on top of the text. If I remove the image the text will display, but once an image is added the text disappears (I can the text is there when using Dev Tools on Chrome). How do I get the text to show up on top of an image?
vs
Site: https://thewinechic.co/
@The-Wine-Chic
hey
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
.new-slider a.button {
color: #fff;
display: inline-flex;
}
after added button look like this.
Hi @The-Wine-Chic ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Thanks, that does resolve the issue around the button, however when there is an image selected for the Slide it is hidden and cannot be seen. It is as the text is behind the image.