Hello. I am currently running the Brooklyn theme and on my home page my collections font color is white. How do I change the font color to black? I have tried researching before posting but can’t seem to find anything.
Thanks for assisting me in this!
@dmwwebartisan
@dmwwebartisan
Hello @sunspark
Please use below code on assets → theme.scss.css at the bottom to change collection title color
body.template-index .collection-grid__item-title–wrapper .collection-grid__item-title {
color: #ffb4cc !important;
}
@sunspark
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
hello @sunspark can you please share your shop URL and if any password then please share your password
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi @sunspark ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.collection-grid__item-title--wrapper {
color: #000 !important;
}
Hope it helps!