Debut Theme: how to change hero button colour (only one button)

Hi,

May I ask how to change the colour of 1 button without affect the rest of the buttons?

I like to change the button colour as it is the same as the background colour.

Please help, thank you in advance.

my url is www.laurenglacia.com

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.hero__inner a.btn.hero__btn {
background-color: #acdfb796;
}
1 Like

Hi @ZestardTech

Thank you so much for your help :slightly_smiling_face: the background colour changed well.

And how to change the font colour?

Thank you in advance

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.hero__inner a.btn.hero__btn {
background-color: #494e65;
color: #fff;
}
1 Like

Hi @ZestardTech ,

This works great! Thanks!!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.