Shopify themes, liquid, logos, and UX
Hello community,
Can somebody provide the code for…
Thank you so much!
Fred
Solved! Go to the solution
This is an accepted solution.
You can change the font size of the headline in a multicolumn section by adding this code to the section's Custom CSS.
h3 { font-size: 20px; }
And add this code to Custom CSS of theme settings in Sales channels > Online Store > Themes > Customize > Theme settings to change product name
.card__content h3.card__heading { font-size: 18px !important; }
- 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.
You can change the font size of the headline in a multicolumn section by adding this code to the section's Custom CSS.
h3 { font-size: 20px; }
And add this code to Custom CSS of theme settings in Sales channels > Online Store > Themes > Customize > Theme settings to change product name
.card__content h3.card__heading { font-size: 18px !important; }
- 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.
Hello Fred,
You can replace/add the below CSS into section-multicolumn.css
To navigate the file Go to Online Store > Themes > Actions button (3 dots or dropdown) > Edit code > section-multicolumn.css
1)
.multicolumn-card__info h3.inline-richtext{font-size:calc(var(--font-heading-scale) * 2.5rem);}
2)
.card__information a.full-unstyled-link{font-size:calc(var(--font-heading-scale) * 2rem);}
Please try and let me know how it goes.
Thanks,
Hi @Frede ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.multicolumn-list__item h3.inline-richtext {
font-size: 30px !important;
}
li.grid__item .card__content .card__information .card__heading.h5 a.full-unstyled-link {
font-size: 17px !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hi @Frede
Happy to help! You can adjust the font sizes with a bit of custom CSS. Here’s how you can do it:
For the section headlines like “Stivoll unabhängig”, etc., you can target them like this:
.multicolumn-card__info h3 { font-size: 22px !important; /* Adjust the size as needed */ }
To change the font size of product names in the collection grid:
.card__heading { font-size: 18px !important; /* Adjust the size as needed */ }
You can add this code in your Shopify admin under:
Online Store > Themes > Edit Code > Assets > base.css (or theme.css, depending on your theme), and paste it at the bottom of the file.
Let me know if you have any issues.
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