Change product price color and text impulse theme

Hi Expert and Gurus,

I hope everyone is doing well, I have a question and I hope you guys will guide me. I want to change color or product price at COLLECTION LIST and the price which show FROM I want to change this “from” to “Start From”

Product price color

The image is attached for reference.

Please provide website url and if your store is password protected then also provide password

https://mahee.pk/

Please let me know which color do you want to apply?

#FF4F33 this color code I want to apply for price

and I want to add “start” word before from means

starts from

any solution ?

Please place this code at the end of theme.scss

.grid-product__price {
color: #ff4f33 !important;
}

Regarding to the adding start word, please find this class from sections → collection-template.liquid and put it before {{ product.price }}

Thank you but it is also changing compare price along with sale price can you please tell me how can I just sale price

Hi there can you please help me little more