HI,
I added some code to make the icon box icon larger. I t worked but I notcied it also changed the icon size of the social icons in my header.
This is the code I added
/* Icon Size */
[data-av_icon]:before {
font-size: 50px!important;
}
.iconbox_icon {
margin-right:20px!important;
}