Shopify themes, liquid, logos, and UX
Hey I just need some help changing the colour of the product titles on my store I would like to change the title colours to #E3FC02.
When I try to change the text colour on the theme it changes all text including price how do I fix this?
Store Link: https://starlightgrillz.com/collections/all-grillz
Solved! Go to the solution
This is an accepted solution.
hi,
If you add the following, the 'title' colors will change on both the product page and the collection page. Let me know if you can't do it!
Terence...
.card__heading {
color: #E3FC02!important;
}
.product__title > h1 {
color: #E3FC02 !important;
}
Hi @Medzz Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.product__title>h1 {
color: #E3FC02;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
That worked for the main product page however the title has not changed on the collections page how do i change it there too?
This is an accepted solution.
hi,
If you add the following, the 'title' colors will change on both the product page and the collection page. Let me know if you can't do it!
Terence...
.card__heading {
color: #E3FC02!important;
}
.product__title > h1 {
color: #E3FC02 !important;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025