Shopify themes, liquid, logos, and UX
Hello, I am currently working on a store using the sense theme.
I would like to change the colour of some buttons but I dont know how. I will provide pictures of an example how I would like it. I want to change the colour to: # 01AA0A (green)
Thanks in advance.
Kind regards.
Solved! Go to the solution
This is an accepted solution.
Hi @Alllways
Try this one.
cart-remove-button#Remove-1 {
background: #01AA0A;
border-radius: 10px;
}
button#checkout {
background: #01AA0A;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Use this code
.button {
background-color: #01AA0A;
/* You can also adjust other properties like text color, padding, etc. */
}
This is an accepted solution.
Hi @Alllways
Try this one.
cart-remove-button#Remove-1 {
background: #01AA0A;
border-radius: 10px;
}
button#checkout {
background: #01AA0A;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Use this code
.button {
background-color: #01AA0A;
/* You can also adjust other properties like text color, padding, etc. */
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025