Dawn - Modify title Font Size Of Multicolumn section

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