How can I change the color of a specific call-to-action button?

I’m trying to change the colour of my ‘NOTIFY ME WHEN BACK IN STOCK’ button.

It’s a call to action button so according to my theme, its a set colour. The problem is, it’s not very noticeable and people miss it.

I guess there is a way to change it and I found the code for it but don’t know what I would need to insert to change the colour.

Any help is very much appreciated!

Thanks

Thanks!

Hello @FanFriends

Could you share your store URL so that I can review it?

The page I’ve screen shot is this one:

https://www.fanfriends.com.au/products/black-and-white-geo
Thanks!

@FanFriends
Hello,

.btn.klaviyo-bis-trigger {
  color: #f00;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

Like This

1 Like

Thank you so much!

Is there also a way to make the text bold? I’ve made it red and it stands out but I think it would stand out even more being bold.

Thanks!

@FanFriends
Hello,
Yes

.btn.klaviyo-bis-trigger {
	color: red;
	font-weight: bold;
}

Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->style.scss.liquid