Skip to content

Instantly share code, notes, and snippets.

@dpw1
Created November 21, 2021 03:46
Show Gist options
  • Save dpw1/cc9e25be3be44d25ce43ba267290c875 to your computer and use it in GitHub Desktop.
Save dpw1/cc9e25be3be44d25ce43ba267290c875 to your computer and use it in GitHub Desktop.
Change Shopify's Dawn theme price color across all pages
.price__sale .price-item--regular{
color: #ff0000 !important;
}
.cart-item__price-wrapper *,
.price__sale .price-item--sale{
color: #2d2d2d !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment