Tagged: icon box
Hello, I have some custom icon graphics that I want to use. I used the forum search and saw that there’s no way to add custom ones, only the ones from the site provided.
So I added a text box and added the image manually, but my question is, can we make an iconbox without an icon so at least I can have an outlined text?
See attached: http://postimg.org/image/goo4y3qxh/
Thanks,
J
Hey vastaffer!
Please turn on Custom CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and give your iconboxes custom class, for example “remove-icon” and then add following code to Quick CSS in Enfold theme options under General Styling tab
.remove-icon .iconbox_icon { display: none!important; }
Regards,
Yigit
The problem is, does this remove icon boxes sitewide? I only want to remove icons for the four boxes on the front page only. The other icons work fine around the site.
Hi!
No, the solution Yigit provided will only remove the icons from the iconboxes that have the class “remove-icon” applied.
Regards,
Josue