How to add new icons to widgets

Hi there,

I need to add more icons to the predesigned widgets like “Front page - Services Sidebar” widget.

so, is there anyway to do that, or have i dig to the code, and if so, what should i do?

Thanks,
Ramzy

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