Change Service Icons

Hello there,

The theme does not have the option to add anew icon built into it so you would have to manually add new code to the theme however adding this code falls outside of the realm of support we can provide.

However here is what you can do.

You will need to load your icon onto your website, replace it with the URL in the CSS below.

Please go to Appearance > Customize > Additional CSS and add the following code:

/Service icon replacement/
.service-icon {
content: url(http://placehold.it/350x150);
}

Best Regards,
Support