Would someone refer me to a discussion, or examples, of how to make good-looking buttons?
I search here and cannot find much information. Maybe I'm not looking the right place.
I don't know the exact look I want but would love it if there were some conversation about it and I could test a few things. Perhaps 3-d buttons? Or perhaps retaining the look of the default grey buttons--but with a different color. Anything would be of interest.
You can set the colors of buttons using the BackgroundColor or TextColor properties. If you would like to set the font of a button's text, use the property FontTypeface (options: default, serif, sans serif, monospace).
For your question for 3D buttons, see this topic.
If you would like to add an icon to a button, use this link in Thunkable here.
Hi @boofuss60,
take a sight to https://buttonoptimizer.com
You can create buttons as .png, then include the created button as an image into AI2 buttons.
Cheers.