Shopify themes, liquid, logos, and UX
Bonjour tout le monde j’essaye de changer le prix qui apparaît sur ma page d’accueil mais en vain. je voudrais changer la couleur du prix mais seulement sur cette page là et non pas sur les pages produits.
Si quelqu’un sait comment procéder merci d’avance
Hi
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.price__regular {
color: red !important;
}
Result:
Best,
LizHoang
Hello, @MAEBEAUTYSHOP
Please share "Store URL"
Thanks!
Hi @MAEBEAUTYSHOP
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.section-template--24486990086479__featured_collection_VQEtFA-padding .price span.price-item.price-item--regular {
color: aqua !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hello @MAEBEAUTYSHOP
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.collection .price-item.price-item--regular {
color: red;
}
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