Hello,
I was wondering if there is a way to change the text color on the carousel to black on all slides except the first slide.
The first slide is perfect with white text but the other slides are hard to see.
Store Url: https://merciane.com/
This carousel I have:
@MotionStore111 - I think you have added singal slide right now, can you please add next ones?
Hello @MotionStore111
In Shopify Admin, you can open the file base.css and add this code
.carousel-item:not(:first-child) .carousel-caption {
color: black;
}
The result
Hope it helps!
1 Like