Hello
I am trying to change the title colour in the product page.
I have tried soo many different codes and nothing is working.
This is the colour I was wanting to change it too.
#DAD0B1
But only for the product pages titles.
Thank you
Hello
I am trying to change the title colour in the product page.
I have tried soo many different codes and nothing is working.
This is the colour I was wanting to change it too.
#DAD0B1
But only for the product pages titles.
Thank you
Hello @ImStillLearning ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets → template-collection.css → add the following code at the bottom
.product__title {
color: #DAD0B1;
}
Save and preview.
Hope this can help.
Ali Reviews team.
Thank you so much. Very appreciated ![]()