Hi,
I am trying to change the text color for the title and body on specific slideshow images on my homepage. I tried writing a code to change the color but it’s changing all the title colors in the slideshow. I created my own scss.liquid file within my assets folder and coded this to test out if I can get the colors to come out how I want
#shopify-section-162501837496f3bdac .hero__title {
color: white;
}
but unfortunately I can’t figure out how to target a specific slideshow. What am I doing wrong? Thank you for the help!