Personalized checkout and custom promotions with Shopify Scripts
I went to change color of price , Because the current price and before price color is same .
Thats why I went to change it because it looks the same and is too similar.
Theme : Blum;
I hope you help me very soon.
Hey @Vishal_Singh
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hey @Vishal_Singh
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
span.price-item.price-item--last.mt-4.mb-4.d-inline-block.mr-8 {
color: red !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can try this one.
span.price-item.price-item--last.mt-4.mb-4.d-inline-block.mr-8 {
color: black;
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025