Add custom background image to buttons (Debut Theme)

Hi all,

I am wanting to replace the background color with a custom image on my ‘shop’ buttons. If at all possible. Please let me know if you have any ideas. Thanks!

Site: rockymountaintradingco.myshopify.com

Pass: feapro

To change the Shop Now button on the banner, go to theme.css, and paste this code at the very bottom of the page

.btn.slideshow__btn {
  background-color: #ff8080
}

I made the button background in red, but you can change to any other hex # color

1 Like