Hi, hmm right now we do not have API to include some custom icons i am afraid, the only workaround i can think of is to first setup the default icons and then in your theme CSS overwrite FontAwesome icons with yours.
So for example if you will use default Megaphone you should be able to overwrite it with your icon using this CSS
.adverts-icon-megaphone:before {
font-family: 'your-font-name';
content: 'X';
}
That should be pretty much it just include CSS with your icons in the frontend.
BTW. If you are finding the plugin useful i would be thankful if you could write a short one or two sentence review here https://wordpress.org/support/view/plugin-reviews/wpadverts
hi, in addition to this question, is there a way to change just the color of the icon?
thanks
oop, dont worry, it was just a matter of changing color in css
Hi, i tried this but no success.
Where we put our png’s? I dont find any location that works
Also very interested in this!