Show product names/titles on collection page Dawn theme

Show product names/titles on collection page Dawn theme

Sbaizer
Tourist
5 1 2

Hello, I'm working in Dawn 2.0 and I can't figure out how to display the product's names/titles on the collections page.  I'm only able to display the price as of now, which I'd like to keep.  Any insight is appreciated!

Replies 2 (2)

suyash1
Shopify Partner
10547 1303 1665

@Sbaizer - can you please share this collection page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Sbaizer
Tourist
5 1 2

I actually figured it out - the titles were in white so I changed the font color and size with this code in theme.liquid file:

.card__heading a {
color: black !important;
font-size: 1.6rem !important;
}