July 31, 2013 at 7:29 am
#2899
Sanjip Shah
Participant
@kenpire You can use the custom css to remove the grey part. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.service-item .service-icon {
background-color: none;
}
Hope this helps you.