product title colour

rentwithc
Tourist
20 0 3

i want to make the title of the products white instead of grey when you are viewing the product. also make the writing for the booking system white too while leaving the dates grey how can i do this?

Screen Shot 2021-11-13 at 7.24.21 PM.png

here is my store URL: https://rentwithc.com/products/dissh-gianna-chocolate-dress

Reply 1 (1)
Zworthkey
Shopify Partner
5581 642 1543

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

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

label {
    color: white !important;
}