How to increase the font size of my multicolumn headlines?

Solved

How to increase the font size of my multicolumn headlines?

empiricalarby
Trailblazer
230 1 52

https://empiricalwater.com/

 

Please scroll down to the multicolumn below "Get acquainted with Empirical Water". I need to increase the font sizes for those headlines. How to do this?

 

Thank you!

Accepted Solution (1)

Ahmad032141
Shopify Partner
30 3 6

This is an accepted solution.

There would be a custom css option in the section's setting. Add the following text there:
.multicolumn-list h3{

font-size:24px;
}

You can change the 24 to your liking.

View solution in original post

Reply 1 (1)

Ahmad032141
Shopify Partner
30 3 6

This is an accepted solution.

There would be a custom css option in the section's setting. Add the following text there:
.multicolumn-list h3{

font-size:24px;
}

You can change the 24 to your liking.