How do i change the color of Image Slider Button?

I have the DAWN theme and i was able to change the text color of the Slide Show by going over to

component-slideshow.css —> .slideshow__text > * {> max-width: 100%;

and adding

color: #000;

Under it.

But i cant find where to change the Button Color. And other answers on other people’s questions say to find SCSS files and no SCSS files show up on my Code Editor, just the paymentfont.scss.liquid

Please help me fix this, im guessing its somewhere on the component-slideshow.css, this should be a part of the regular editor on shopify…

i was able to find it on section-image-banner.css but only the Desktop one, still looking for the Mobile one

HI @GymGeard

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->Theme.liquid ()/base.css->paste bellow code in bottom of file

.banner__buttons{

background: red !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly