Debutify Theme - How to change product title color

Solved

Debutify Theme - How to change product title color

Soak614
Tourist
5 1 0

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=40560...

 

 

Soak614_0-1637313045311.png

Soak614_1-1637313081363.png

 

Accepted Solution (1)

hawkscode
Shopify Partner
177 14 14

This is an accepted solution.

Hi @Soak614 

 

file theme.css

add this code  in bottom 

 

 

Screenshot 2021-11-19 at 15.48.06.png

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

 

banned

View solution in original post

Replies 2 (2)

hawkscode
Shopify Partner
177 14 14

This is an accepted solution.

Hi @Soak614 

 

file theme.css

add this code  in bottom 

 

 

Screenshot 2021-11-19 at 15.48.06.png

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

 

banned
Soak614
Tourist
5 1 0

Hi Hawkscode,

 

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