Tagged: icon box
Is there a way to create a plain box without icon or circle on top?
Thanks!
Hi OcasioConsultingLLC!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class a.iconbox_icon { display: none !important; }
You can give the same class to any iconbox element that you would like to display without icon
Cheers!
Yigit