How can I change my product title color to white?

@rentwithc
Paste this code on top of the theme.scss file.

h1.product-single__title {
    color: white !important;
}

label {
    color: white !important;
}