Change font and font size on product page accordion

Solved

Change font and font size on product page accordion

shamrockweb
Shopify Partner
16 0 4

Hi there. I am trying to change the font (to match the character name/title font) and font size to be larger on the accordion titles on my product pages. Can you help?

 

https://mimihalinew.myshopify.com/products/benny-bear

PW: mimihali2024

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @shamrockweb 

 

You can follow the instructions here to increase font size and font family of product page accordion: 

 

1. Go to Shopify > Theme > Customize > open Custom CSS

2. Copy and paste this code to the section > Save

toggle-tab {
    font-family: 'Source Sans Pro';
}

 

.toggle__title {
    font-size: 16px;
}

 

Here is the result:  

LizHoang_0-1731347297596.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Reply 1 (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @shamrockweb 

 

You can follow the instructions here to increase font size and font family of product page accordion: 

 

1. Go to Shopify > Theme > Customize > open Custom CSS

2. Copy and paste this code to the section > Save

toggle-tab {
    font-family: 'Source Sans Pro';
}

 

.toggle__title {
    font-size: 16px;
}

 

Here is the result:  

LizHoang_0-1731347297596.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program