Changing Font Color on a specific slide in a slide show

Hello i use Prestige theme. i am creating a slideshow on home page with a variety of colors some dark some light.

The problem is white font color is not always legible on lighter backgrounds.

Is there a way I can edit code to target a specific slide font color?

Also how do i adjust heading /subheading so it has a fixed width in slideshow

See image

Thanks

Russ

https://www.oyunstudio.com/?_ab=0&_fd=0&_sc=1

Hello, @russgera

Welcome to the Shopify community!
and Thanks for your Good question.

i have at home but sorry i can’t see this slide at home page

ok here is the link sorry

https://9j8z0t1cxa5akxf1-1326317630.shopifypreview.com

That screen shot which i was referring to is the last (5th) slide on the slide show

@russgera

Thanks for the details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#Slide1599671869919 .Heading {
    color: #000;
}
#Slide1599671869919 header.SectionHeader {
    float: right;
    max-width: 500px;
}

Hello Kentan.

thank you for this code this worked for the width of the text but not the color which is still previewing as white?

Any idea on why this would be?

Also where did you find the slide number ?

#Slide1599671869919 .Heading {
color: #000;

as i would like to make specific changes like this to other slides?

Thanks

Russ

@russgera

Yes, your right

also, update this code

#Slide1599671869919 .Heading {
    color: #000 !important;
}

Great this worked. Where do i find code number for other slides in the slideshow if i want to adjust them individually also.

Thanks

Russ

Actually never mind i located these.

Thanks for your help on this one.

@russgera

Thanks for update and support.

How do you find this number?

how did you find the numbers? I’m trying to solve a very similar problem

Thank You!

How and where did you find the slide number, I can’t find mine.

I want to do the same, how and where do I find the slide number please?