Solved

Change the font of products only in collections

boxfordcomma
Tourist
3 0 3

Hi, I am using the Dawn theme and I want to change the font of my products titles in collections from Abril Fatface to Raleway. The problem is that I do not want to change the font of the headings (like collection titles or the large title on individual product pages) and I am not familiar with code, so I'm a little stuck. I want to keep the font bolded.

My site is boxfordcomma.com and it is currently locked with the pasword "wahlay." I have included a picture that should show you specifically what I want to change.

Changing font.PNG

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@boxfordcomma 

yes please try this code.

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css ->paste below code at the bottom of the file.

.card-information__text {
padding-right: 0;
    font-family: Raleway, sans-serif;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

KetanKumar
Shopify Partner
36839 3635 11972

@boxfordcomma 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
boxfordcomma
Tourist
3 0 3

It's boxfordcomma.com and the password is "wahlay"

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@boxfordcomma 

yes please try this code.

1. Go to Online Store->Theme->Edit code
2. Asset->/component-card.css ->paste below code at the bottom of the file.

.card-information__text {
padding-right: 0;
    font-family: Raleway, sans-serif;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
boxfordcomma
Tourist
3 0 3

That worked, thank you so much!

KetanKumar
Shopify Partner
36839 3635 11972

@boxfordcomma 

its my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
charlieharrier
Tourist
10 0 0

Hi there, I've copied the code and added it to my website but the font of the product names does not change. My template is also 'Dawn' and cannot work out why it is not working, Thanks 🙂