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
A user needs to change their collection list title fonts to DM Sans Medium on their Shopify store.
Solution Provided:
.card__heading class with font-family: 'DM Sans', sans-serif;Implementation:
The solution appears straightforward and directly addresses the font customization request for collection list titles.
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