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 ![]()
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

Hope that helps!
That worked! Thank you
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!