Tagged: content element, icon box
Hello all. Is there a way to create a content element icon box without an icon? Is this possible?
Hi OcasioConsultingLLC!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “noicon” to the iconbox element.
Next add this to your custom CSS.
.noicon .iconbox_icon { display: none !important; }
Best regards,
Elliott