Hi there,
I’ve seen how I can modify the icon size of the content box, but I’d like to modify the iconbox content (title and paragraph font size)?
The icon box style I’d like to modify for is the large icon above the title.
Hey gerardbao,
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_container p {
font-size: 20px;
}
h3.iconbox_content_title {
font-size: 32px!important;
}
Best regards,
Yigit