1.how do i change the colour of nav
for active,inactive states, is it css?
3.and is it poss to have more than 3 nav buttons?
1.how do i change the colour of nav
for active,inactive states, is it css?
3.and is it poss to have more than 3 nav buttons?
Hello Simon,
1) You are free in usage CSS in application: https://devcenter.appery.io/documenta...
2) Use .active and :active selectors in your CSS
3) Sure, just add grid with multiple columns. And add buttons to such columns.