Shopify themes, liquid, logos, and UX
Hi guys I am tryin to change the font of the descrption in my product page.
My site is : www.secretsbyglammy.com
if you go to https://secretsbyglammy.com/products/mystery-box-basic in the part called "descrizione" there is a specific font that i wanna use, but if you go to https://secretsbyglammy.com/products/mystery-box-premium or https://secretsbyglammy.com/products/mystery-box-deluxe the font changes. I tried to check the code but i found nothing, can anyone help to change the font of these last 2 products to the first one i mentioned?
Thank you very much.
Solved! Go to the solution
This is an accepted solution.
Hi @isabellemaria,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
details .accordion__content * {
font-family: var(--font-heading-family) !important;
font-style: var(--font-heading-style) !important;
font-weight: var(--font-heading-weight) !important;
letter-spacing: calc(var(--font-heading-scale) * .06rem) !important;
color: rgb(var(--color-foreground)) !important;
line-height: calc(1 + .3/max(1,var(--font-heading-scale))) !important;
word-break: break-word !important;
font-size: calc(var(--font-heading-scale) * 1.8rem) !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @isabellemaria,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
details .accordion__content * {
font-family: var(--font-heading-family) !important;
font-style: var(--font-heading-style) !important;
font-weight: var(--font-heading-weight) !important;
letter-spacing: calc(var(--font-heading-scale) * .06rem) !important;
color: rgb(var(--color-foreground)) !important;
line-height: calc(1 + .3/max(1,var(--font-heading-scale))) !important;
word-break: break-word !important;
font-size: calc(var(--font-heading-scale) * 1.8rem) !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025