Hello y’all, please can anyone assist with this issue. I am trying to make the product price color on my shopify store to be black but nothing seems to be working. It currently has the theme primary color which i do not want to change. Your swift response will be highly appreciated
Hi @DrSamuel7 Can you show the store URL?
Thank you
Hi @DrSamuel7 Please give password store
1 Like
Hello @Henry_dev , my apologies. The password is QuantumLeaps@2021
Thanks
Hi @DrSamuel7 is it like this?
@Henry_dev Exactly like the picture posted. How did you make that happen?
Hi @DrSamuel7 You can add this custom
Follow below steps.
-
Go to your shopify admin.
-
Left side bar click on the online store.
-
You will see the list of theme. On live theme click on “action”. and click on “edit code”.
-
Now you will see the list of file. find the file “theme.scss.liquid” open this file and add below code very bottom the file.
.product-price ins {color: #000 !important; }
Thank you @Henry_dev . This worked

