How to change the save money button color!

Hi there, I have a quick question. Does anybody know how I can change this color, see example:

Screenshot 2025-01-31 at 14.29.25.png

Website:https://withsoothe.com/products/soothe%E2%84%A2-ergonomisk-kudde

Thanks

1 Like

Hi @Zakariatheguy

Do you mean like this?

If it is, try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.productView-price .price__saved {
    background: red !important;
}
  • And Save.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like

Thanks alot!!