For some reason our Dawn These changed the Product Title to be almost invisible and I cannot figure out how to change it.
This is due to color of h1 tag of the page has been set white.
This can be fixed from theme customizer
open theme custmizer thene select product template
Then click on product information and scroll down below and paste the below code in custom CSS and press save:
.product__title h1 {
color: black;
}


