How can I make my 'Shop Now' button transparent on the Debut theme?

Hello,

I was wondering how to make my SHOP NOW button transparent on the Debut theme. I would really appreciate any help.

Thanks for your time.

www.glowify.store

Password: rtausa

1 Like

Please feel free to reach out with any further questions if needed.

1 Like
a.btn.hero__btn {
    background-color: #00000070 !important;
}

@HenryAhn

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.scss or theme.css->paste Above code at the bottom of the file.
  3. Save it.
1 Like

Thank you!!