Dawn - Modify title Font Size Of Multicolumn section

Hi,

I’m using the Dawn 2.0 theme.

I want to increase the Multicolumn – columns’ title font sizes

How can I do it?

Thanks

1 Like

@Ben1000

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @KetanKumar

https://wortheattt.myshopify.com/

Thanks

1 Like

Hi @Ben1000

Follow this

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css → paste bellow code in bottom of file
.multicolumn-card__info h3 { font-size: 25px; }

Note: you can increase font as you want in px.

Best regard

1 Like

@Ben1000

thanks can you try this

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.multicolumn-list h3 {font-size: 30px !important;} change value as you like
1 Like

Hi @KetanKumar @Jasoliya

Thank you both, the two solution works.

I was wondering how the two solutions can work, is there a difference between multicolumn-list to multicolumn-card__info?

1 Like

Good know that it was solved, and its not different solution they just used different selector,

Best regard

@Ben1000

this common solution just different way

Hi Ketan,

Can you please help me with changing the link label? All I need is just to change it to “Heading 2” without the arrow. Thank you very much in advance

Eli