element.Style Missing Properties

Currently, for text, the only thing possible to change is color, but these are necessary as well:

- textFont
- textFontSize
- textBold
- textItalics

For things like buttons and user input elements something like this is needed:

- element.style.hover._______
- element.style.disabled.____
- element.style.focus._______
- element.style.error._______

I love that you guys finally added the ability to customize the styles of an element! But before I’m able to use it, the ability to change mostly ALL styles is needed.

Thanks!
Mitch Wagner

For text I believe you can achieve what you want with text .html

further info here https://www.wix.com/code/reference/$w.Text.html

My issue is more with things like a Button. This property does not exist for anything other than strictly a text box.

@mitchell-wagner
I am referring to the start of your post were you stated "currently, for text "