How can I increase the font size on my product pages?

Topic summary

A user seeks to increase the font size on their Shopify store’s collection and product pages, which currently appears too small.

Solutions Provided:

Multiple support teams offered CSS-based approaches:

  • Manual theme editing: Navigate to Themes → Edit code → Assets folder → theme.scss.liquid file, then add custom CSS targeting .collection-title, .collection-type, and .product-title classes with desired font-size values (e.g., 20px).

  • Quick CSS injection: Add custom CSS code within <style> tags directly above the </body> tag in the theme.liquid file. Users can adjust the pixel value (default suggestion: 20px) to their preference.

Additional Request:

The user also asked about changing the font family itself, with support indicating this can be accomplished by updating the CSS font-family property using similar methods.

Note: Initial troubleshooting involved password verification issues for store access, which were eventually resolved. Screenshots were shared to illustrate the implementation steps.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hello,

I am trying to figure it out how to increase font size in collections/ all product page. It looks too small at the moment

My website is www.cleanlaces.eu

Password: Sennder2021+

1 Like

Hi @viliuskairys ,

Can you share your password? because the password above is not correct

Hi Viliuskairys,

To increase the font size on your Shopify store’s collections or all product page, you’ll need to edit the theme code. Here’s how:

  1. Log in to your Shopify account and go to the “Themes” section.
  2. Find the theme you want to edit and click the “Actions” button, then select “Edit code”.
  3. Navigate to the “Assets” folder and find the file named “theme.scss.liquid”. This is the file where you can add custom CSS code to your theme.
  4. Add the following code to the bottom of the file:

.collection-title, .collection-type {
font-size: 20px;
}

.product-title {
font-size: 20px;
}

Note: The values in the code above set the font size to 20 pixels. You can adjust the values to any size you like.

  1. Click “Save” to apply your changes.

Hi @viliuskairys

It seems that your store password is wrong. Can you kindly share it with us again? Then, we will check and suggest you a solution.

Hello,

Sorry the password is Sennder2022+

Hi @viliuskairys ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

It show like this when you add my code:

*Note: You can replace the number 20 with another number you want to increase font size.

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Maybe you can also help me with changing the font? Thanks!

To can change the font, you just update my code like this: