How to change product page price color in General Store Theme 1?

Hello,

Theme: General store Theme 1

I managed to find catalog price color in style.css but I am unable to locate the product page style sheet. Advise?

Hi @xcsresources

Please drop your store link here to check

https://www.biche.store

Please add this code to your style.css file

.product-info-container .product-price-wrapper .product-price { color: #your-color-code; }