How can I alter the color of only the product header text?

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.

https://enflameds.com/products/smart-eye-massager-13099

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;}

Thank you so much and one last thing

What about these description titles under the product.

Sure, it is this one

h2.image-with-text__heading.h2 {color: blue;}