How can I change only the checkout button color in Sense theme?

Hey guys,

So what i understand from Sense theme is that in the color sections - Accent 1 is the color connected to the header announcement bar, cart bag notification, and buttons such as checkout in the cart page.

My question here is, how can you possibly just change the checkout button color without changing the rest of the Accent 1 connected color if that is a possible thing.

1 Like
  • You have to make some coding changes. Find the screenshot which tells you how to.
  • Online Store > Themes > Action > Edit code
  • Then Assets > base.css
  • Scroll all the way end and add the code that is highlighted
  • Replace green with your chosen color.
.cart__checkout-button{
  background-color: green !important;
}