Hi,
I’m trying to increase the iconbox icon size and surrounding background. Would like to boost it up to 40px.
Thanks much!
Hey connect4consulting,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.iconbox_icon.heading-color:before {
font-size: 40px;
}
.iconbox_icon.heading-color {
padding: 25px;
}
Best regards,
Jordan
Jordan,
That’s a start but now the icon is off center. How do I center it?