Multicolumn: increase font sizes (dawn theme)

Hi! The font sizes of the heading & descriptions in the multicolumn on www.10xfuel.com are relatively too small: how can I slightly increase them?

Thx!

Hi @10xfuel

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.multicolumn-card.content-container h3 {

font-size: 30px !important;

}

.multicolumn-card.content-container p {

font-size: 20px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

2 Likes