Changer la couleur du prix sur la page d’accueil

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

1 Like

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! :rocket: (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;
}