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+
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.
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+
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:
.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.
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:
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: