Hello,
I really like the Iconbox element. I think it looks great but in order for it to work on my website I need to remove the icon because non of the icons match my topic. So is it possible to remove the icon?
Best regards,
You can go to fontello.com since they have another thousand and a half icons there first and see if any of them do a better job fitting with your site. you can remove it using this css (iconbox icon on top)
please add this to your css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) >:Layout Styling … the text area on bottom.
.iconbox .iconbox_icon {
display: none;
}
Thanks,
Nick