I've replaced icons in Service page with background images and would like to either remove icons or make them transparent. I've been messing around with awe content editor and every time I remove them, region becomes wider than the background image, replacing icon with some text object also messes up the region. Does Awecontent allow to make them transparent?
Fri, 11/20/2015 - 22:36
Hi,
To remove icon:
1. Open awecontent-service-box-item.css file(sites/all/modules/custom/shortcodes/awe_service_box_object)
2. Go to line 33 and edit:
font-size: 9em; => font-size: 0;
3. Save and Clear cache