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
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;
}