How to change the collection list's Header text

Hello Shopify Community! I want to change the text color of my collections’ text without changing the button color.

Although my theme allows me the flexibility to change the color of the button background, at the same time, it also changes the Collection’s name text color. I just want to change the text color White. The button’s background color should remain as it is.

I’m using the Prestige theme

Store URL: https://www.la-social.com/

Password: piwhiy

Hey @sheyyr4 ,
Welcome to the Shopify community!
You can follow the instruction below:
please add this to your CSS file.

.CollectionItem__Content .SectionHeader .Heading {
    color: #fff !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman

Worked perfectly! Thanks a ton, Raman (: !!