Shopify themes, liquid, logos, and UX
Hi there
Anyone knows how to make the price font bigger in product page only in the product information section? I'm using Sense theme.
Thanks a lot!
Solved! Go to the solution
This is an accepted solution.
Hello @forhaus
You can try this code instead
.product__info-wrapper .price-item {
font-size: 120% !important;
}
Hello @forhaus 👋
In Shopify Admin you can go to Themes, Edit code, open file base.css and add this code snippet at the bottom
.price-item {
font-size: 120% !important;
}
The result
Hope that helps!
Thank you for your reply. The problem with this is that is changing the price text size in all sections of the site and I need this change only in product page and specifically in the product information section.
Do you have a turn around ?
This is an accepted solution.
Hello @forhaus
You can try this code instead
.product__info-wrapper .price-item {
font-size: 120% !important;
}
Worked!! Thank you for your support 🙂
This also helped me, thank you!
Hello there
try going to the theme editor and look for the file component
then search for:
.price__regular .price-item--regular
then add this under it to look like this:
margin-right: 0;
font-size: x-large;
}
Hope this helps just for the price to be larger
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
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