How can I change all collection font to black in Dawn theme?

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;
}

@milkymotorsport - add this css to the very end of your base.css file and check

.collection-hero__description .markdown{opacity:1;}

1 Like