Can you provide me with some quick css to increase the font size of the title and content for my icon boxes on this page? I have added a custom css class to each one “icon-box” Thank you!
Hi djshortkut!
Thank you for coming back.
Use the following and adjust the values:
.iconbox .entry-content-header h3 {
font-size: 25px !important;
}
.iconbox .iconbox_content_container {
font-size: 25px !important;
}
Cheers!
Günter
Thank you! You can close this thread.