Change breadcrumb font style - Dawn theme

I’d like to change my breadcrumb font from the standard serif font to collector comic font. I’ve looked every where to try and figure out this code. Does anyone know how/where to make this change?

Hello @Joioffutt :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.breadcrumbs__link {
    font-family: 'Collector Comic';
}

The result

Screenshot 2023-09-22 at 17.41.49.png

Hope that helps!

That worked! Thank you :slightly_smiling_face: Do you know how I can make it smaller?

Nevermind my last message, figured it out! Thanks so much for helping me with the font!

1 Like

Glad you have figured it out. Hope you the best!