Shopify themes, liquid, logos, and UX
Dear team Shopify,
How can i adjust the price on this product? If i change the colour of the text (in the theme), then all the text will change. Instead of just the price.
How can i adjust only colour of the price?
Gratitude in advance!
Kind regards,
KC
Hi @KeDC16
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.card-information .price { color : #00b67a !important; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Perfect Dan, thank you. It worked!
Hello @KeDC16
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css -----> line number 478
search this code
.card-information > .price {
color: rgb(var(--color-foreground));
}
and replace with this code.
.card-information>.price {
color: red !important;
}
adn the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025