Tagged: icon box
Hello Kriesi:
When using the icon box, is there a way to reduce the vertical spacing between the title text and the content text? It appears to be separated by a <p> tag, so wonder how it can be done easily.
Also, is there a way to add a page link to the content text?
Thanks.
Hi Eric!
Add this to your custom CSS.
.iconbox_content_container p {
margin-top: 0px !important;
}
Cheers!
Elliott