badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Icon color Services widget (Business Layout)

#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.