How can I change the colour of buttons in a slideshow?

Hey guys,

I’m looking to change the colour of the ‘Enter now’ buttons on my slideshow, without changing the colours of buttons throughout the entire theme.

Theme: debut

Any help appreciated.

Website: https://www.kdhtech.co.uk/

Thanks,
Callum

add below code at the bottom of the file theme.scss in your theme. (file path: Assets > theme.scss.liquid)

.slideshow__btn {
    background-color:  white !important;
}
  • you can use any color instead of white in the code to change the color