Shopify themes, liquid, logos, and UX
Hi, I wanted to ask if anyone knows how to reduce the pixel size of the titles on my product pages. I am using the dawn theme. Thankyou in advance.
Solved! Go to the solution
This is an accepted solution.
Hello @paule3
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if template contains 'product' %}
<style>
.product .product__title h1 {
font-size: 20px;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
Hi @paule3
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file -> Save
.product__title h1 {
font-size: 22px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
This is an accepted solution.
Hello @paule3
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if template contains 'product' %}
<style>
.product .product__title h1 {
font-size: 20px;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
Hi @paule3
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file -> Save
.product__title h1 {
font-size: 22px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
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