The default icon list and box font size is too small to read. I do not see the ability to increase the font size on the bottom like you do with Text Block.
Where is located?
Hi philee!
Add this to your custom CSS.
.iconbox_icon::before {
font-size: 30px !important;
}
Regards,
Elliott
Added it to our child theme Style.css file and there was no change. Are you sure that is the right code?
Hey!
Please add
#top .iconbox {
font-size: 18px !important;
}
and let us know if that solves the issue you are having
Cheers!
Basilis