Hi, I’m trying to make all of my collection fonts black but the CSS I’m using isn’t working for every collection page, can someone help with code that will work for every collection?
This is the collection with gray font:
https://milkymotorsports.com/collections/piston-connecting-rods
This is the CSS I’m currently using:
.collection-hero__description {
color: #000 !important;
}