Shopify themes, liquid, logos, and UX
How To Change The Font Size Of The Product Title In IMPULSE Theme?
Hi @shengwenwen ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
h1.h2.product-single__title {
font-size: 20px;
}
</style>
Note: You can adjust value to fit your store
Best regrads,
Anthony
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.h2.product-single__title {
font-size: 25px;
}
Hello @shengwenwen 👋
Inside Shopify Admin, go to Edit theme code, open file base.css and add this code at the bottom
.product-single__title {
font-size: 32px;
}
Feel free to change the font size value as you need.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025