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
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
Hi @shamrockweb
You can follow the instructions here to increase font size and font family of product page accordion:
Go to Shopify > Theme > Customize > open Custom CSS
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: