doddy-1904
Hi,
That Extra Fields option is used to show the Flaticon Icon, if you want to use your own icon, you will need to custom CSS a bit.
For example, you can use Inspect Element editor in Firefox/Chrome browser and see how the icon is loaded: http://prntscr.com/ixd3od
You can override this by adding this custom CSS code:
.flaticon-bald-pharmacist:before {
content: url(/path/of/your/own/images/image_name.xxx);
}
put into the file: root/templates/ja_healthcare (your default template)/css/custom.css (create this file if it doesn't exist).