What is the css that makes the icon box title larger? This code doesn’t change icon boxes, it changes buttons:
.avia_iconbox_title {
font-size: 15px;
}
Hey m,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.iconbox .iconbox_content .iconbox_content_title {
font-size: 20px;
}
If that does not help, please create a temporary admin login and post it here privately and point out the page where you have your iconbox element.
Best regards,
Yigit
Thank you!