Change font and font size on product page accordion

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

1 Like

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:

1 Like