All things Shopify and commerce
hey - looking to change the font size of PRICE on my SHOP ALL page, its looking a bit too big -
url:
https://mahru.in/collections/all-products
password:
mahru@123
Solved! Go to the solution
This is an accepted solution.
Hi @snk729
let add this Custom CSS to your Theme Settings configure:
.collection .grid__item .price .price-item {
font-size: 14px;
}
the result:
Please add this code to theme.liquid file, after <head> in Online store > Themes > Edit code.
Replace 20px in my code with value fit your require.
{% if collection.id == 317187293373 %}
<style>
.grid__item .price__regular .price-item--regular { font-size: 20px; }
</style>
{% endif %}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @snk729
let add this Custom CSS to your Theme Settings configure:
.collection .grid__item .price .price-item {
font-size: 14px;
}
the result:
Thank you all - managed to change the font size with this code :
.collection .grid__item .price .price-item {
font-size: 14px;
}
Hi @snk729
In the base.css file, add the following code
.price__regular .price-item--regular {
font-size: 14px;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025