How can I change my collection list title font to DM Sans Medium?

Topic summary

A user needs to change their collection list title fonts to DM Sans Medium on their Shopify store.

Solution Provided:

  • Add custom CSS code to the theme’s Custom CSS settings
  • Target the .card__heading class with font-family: 'DM Sans', sans-serif;

Implementation:

  • The CSS snippet should be added to the sections Custom CSS settings area
  • A screenshot was included showing the expected result after applying the code

The solution appears straightforward and directly addresses the font customization request for collection list titles.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

Need to change just my collection list titles fonts to DM Sans Medium.

Site is https://monroe-law-group.myshopify.com/ and pass is cookie

You can try adding this to the sections Custom CSS settings:

.card__heading {
  font-family: 'DM Sans', sans-serif;}

Result:

Hope that helps!
@biznazz101

1 Like