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
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @Ben1000
Follow this
.multicolumn-card__info h3 { font-size: 25px; }
Note: you can increase font as you want in px.
Best regard
thanks can you try this
.multicolumn-list h3 {font-size: 30px !important;} change value as you like
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?
Good know that it was solved, and its not different solution they just used different selector,
Best regard
this common solution just different way