Multicolumn / Description: change font size? (dawn theme)

Hi! How can I change on www.10xfuel.com the font size of the multicolumn description to match the font size of a regular paragraph?

Thx!

1 Like

Go to Shopify admin and three dots edit code and find base.css It should be on line number 2991 or you can try to search for .multicolumn-card.content-container p and remove this

.multicolumn-card.content-container p {font-size: 20px !important;}

thank you! I removed it but it didn’t change the font size:

any idea why resp. how to fix it? Thank you!