Shopify themes, liquid, logos, and UX
My product page H1, H2, H3 headers are so big and I want to reduce the size of it and in sentence case. Currently its on upper case. I want smaller size in both mobile and laptop.
Please refer
Hi @kamal03
Try this one.
.page-content.page-content--product h1 {
font-size: 32px;
}
.page-content.page-content--product h2 {
font-size: 28px;
}
.page-content.page-content--product h3 {
font-size: 25px;
}
.page-content.page-content--product .rte p {
text-transform: lowercase;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @kamal03 ,
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:
.page-content.page-content--product h1 {
font-size: 20px !important;
text-transform: capitalize !important;
}
.page-content.page-content--product h2 {
font-size: 20px !important;
text-transform: capitalize !important;
}
.page-content.page-content--product h3 {
font-size: 20px !important;
text-transform: capitalize !important;
}
You can modify the size to match with the Heading 1, Heading 2, Heading 3.
Here is the result:
Best,
Daisy
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