Debutify Theme - How to change product title color

Hello, I am using Debutify theme and wondering how to change the product title color in the product page. The title color is now preset in white and make it invisible. I want to change it to black color but couldn’t find a way to do it. Grateful if you can advise me how to change it. Thanks a lot for your help! (screenshot and url is provided below for reference)

url: https://lifehacks101.shop/collections/apparel/products/auto-face-tracking-phone-tripod?variant=40560426287310

Hi @Soak614

file theme.css

add this code in bottom

h1.product-single__title.page-title {
    color: #000 !important;
}

Hi Hawkscode,

Many thanks for your help, it resolve the problem now!! Thanks a lot!