You can add it's name or class to the selector. Does your button have alohaBtn class?
You can add it's name or class to the selector. Does your button have alohaBtn class?
... but then I am back to my original question: with the code above (incl. class selector), the icon is changed in the visual app builder, but not once I run the app.
What I intend to do is simply to use a custom icon for one button in my app.
Did you make any changes in the source view? This (http://devcenter.appery.io/tutorials/...) doc should help.
No I haven't, but I am not sure why I should. The only difference is that I uploaded the custom picture ('aloha.png') using the file manager (as opposed to doing it in the source view). I used the corresponding path ('../image/aloha.png') in the CSS.
That said, I still followed the step by step approach described in your link ina new app, but it didn't work either...
Please use link to these files from pre../image/aloha.png/pre to pre../img/aloha.png/pre
that was it! Thank you Sergiy!