Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
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
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.
This is an accepted solution.
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
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
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
This is an accepted solution.
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