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!
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!
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;}