Change font-size of headlines in a multiple column-element and product name in collection view

Solved

Change font-size of headlines in a multiple column-element and product name in collection view

Frede
Excursionist
53 0 9

Hello community,

Can somebody provide the code for…

  1. … changing the font size of the headline of a multiple column-element. E.g. the headline “Stivoll unabhängig”, “Qualität trifft Komfort” and “ Auslaufsicher & Hygienisch“ on this page: https://my-eloo.de/
  2. … changing the font size of the product names in the collection view. E.g. the product names on this page: https://my-eloo.de/collections/eloo-verbrauchsmaterial-und-ersatzteile

Thank you so much!

Fred

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

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.

View solution in original post

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

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.

Dkpatel
Shopify Partner
27 1 1

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,

If you found my post helpful, please give it a thumbs up — it helps others with similar questions find the solution more easily.
Feel free to reach out via email: dkpatel2431@gmail.com

websensepro
Shopify Partner
2137 267 318

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:

websensepro_0-1748255386101.pngwebsensepro_1-1748255391020.png

 

 

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

MandasaTech
Shopify Partner
802 156 167

Hi @Frede


Happy to help! You can adjust the font sizes with a bit of custom CSS. Here’s how you can do it:


1. Change Font Size for Multiple Column Headings

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 */
}


2. Change Font Size for Product Titles on Collection Pages

To change the font size of product names in the collection grid:

.card__heading {
  font-size: 18px !important; /* Adjust the size as needed */
}


Where to Add the CSS

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.

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at experts@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
☞ Selling Shopify Fundamentals: Verified Skill Badge