Happening now | Shopify Community AMA: SEO Basics with 2H Media | Ask your questions now!

Changing the font of the description

Solved

Changing the font of the description

Brilant
Excursionist
19 0 3

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.

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

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: 

 

BSSCommerceB2B_2-1718462506087.png

 

 

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

View solution in original post

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1972 564 568

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: 

 

BSSCommerceB2B_2-1718462506087.png

 

 

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