Need to change collection list card title to DM Sans Medium

Solved

Need to change collection list card title to DM Sans Medium

flexecommerce
Shopify Partner
19 0 3

Title says it all, site is https://monroe-law-group.myshopify.com/ and pass is "cookie"

 

flexecommerce_0-1705520712115.png

 

Accepted Solution (1)

YOD_Solutions
Shopify Partner
223 23 32

This is an accepted solution.

Add the following

h3.card__heading {
 font-family: 'DM Sans';
 font-size: medium;
}

at the bottom of the "component-card.css" file in the assets folder.

 

Founder @ JsRates: Custom Shipping Rates
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more about JsRates visit the JsRates home page or JsRates documentation
- Find JsRates on Shopify app store

View solution in original post

Reply 1 (1)

YOD_Solutions
Shopify Partner
223 23 32

This is an accepted solution.

Add the following

h3.card__heading {
 font-family: 'DM Sans';
 font-size: medium;
}

at the bottom of the "component-card.css" file in the assets folder.

 

Founder @ JsRates: Custom Shipping Rates
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more about JsRates visit the JsRates home page or JsRates documentation
- Find JsRates on Shopify app store