How do I change the color of JUST the product HEADER text.?
Sure, that can be done.
Please let me know your store address and I can send you further details.
Please put in below code to the last line of your under your base.css
by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)
.product__title h1 {color: blue;}
You can put in other colours.
Awesome thank you, also the price tag.
Thanks, please use this one.
.price__sale .price-item–last {color: blue;}
Sure, it is this one
h2.image-with-text__heading.h2 {color: blue;}
