Font Size

Font Size

jake1212
Tourist
4 0 1

How do I change the font size of the product description for my default product details section? The bullet points are the correct font size, but the headers are very small. 

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9875 2353 2950

Hi @jake1212 

PLease, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jake1212
Tourist
4 0 1

tie-boss.myshopify.com

 
Made4uo-Ribe
Shopify Partner
9875 2353 2950

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.__pf.__pf_dtYdct1c .pf-52_ [data-pf-type="Accordion.Header"] {
    font-size: 22px !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1737410877686.png

    Note: You have theme.scss.css paste on this file. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jake1212
Tourist
4 0 1

The product page you used as an example, I used Pagefly for. I have no trouble changing the font on that one. I'm talking about this product page that uses the default product details section. https://tieboss.com/collections/all-products/products/tie-boss-hunters-special Screenshot 2025-01-21 084130.png

DaisyVo
Shopify Partner
3782 406 498

Hi @jake1212 ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.pf-c * {
    font-size: 20px !important;
}

Here is the result:

DaisyVo_0-1737432652184.png

 

Please let me know if it works!

Best,

Daisy

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

Avada SEO & Image Optimizer - The #1 SEO solution
jake1212
Tourist
4 0 1

The product page you used as an example, I used Pagefly for. I have no trouble changing the font on that one. I'm talking about this product page that uses the default product details section. https://tieboss.com/collections/all-products/products/tie-boss-hunters-special Screenshot 2025-01-21 084130.png