Hi,
How would I go about making the text size smaller in my Icon Box Content text. The title size is fine but I need to make the content text smaller.
Hey kreece8948,
Please try the following in Quick CSS under Enfold->General Styling:
.iconbox_content_container * {
font-size:12px;
}
Best regards,
Rikard
Thank Rikard,
That code made the correct text smaller. When I add that code my links are no longer clickable on my icon though.