Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Font not showing on "suggested products" section

Font not showing on "suggested products" section

naissancestudio
Shopify Partner
10 0 1

Does anyone know why the font isn't showing in the "You may also like" header? What's the code for it? Thanks!

Website: bauhaus-manila-ph.myshopify.com
PW: BM2024

Screenshot 2024-11-10 140116.png

Replies 3 (3)

Markit-Themes
Shopify Partner
296 62 50

Hi Naissancestudio,

 

To change font family of headings you can use below css code:

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
font-family: 'Satoshi' !important;
font-weight: 500;
}

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.
naissancestudio
Shopify Partner
10 0 1

I want all of the text to have the same font. Will this be applicable for all?

Markit-Themes
Shopify Partner
296 62 50

Here is code to change all fonts:

 

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, body, body * {
font-family: 'Satoshi' !important;
font-weight: 500;
}

 

Regards,

Markit-Themes

I am available for freelance work | Chat on WhatsApp.