I currently use some custom CSS to change various visual elements, those are placed in the builder custom CSS field for the app.
Now I need a way to change the CSS code for some user types.
Any ideas?
Thanks
I currently use some custom CSS to change various visual elements, those are placed in the builder custom CSS field for the app.
Now I need a way to change the CSS code for some user types.
Any ideas?
Thanks
I have not tried it, but you could get the information of the user who has logged in with Knack.getUserAttributes (); and a conditional that loads an external css source for each type of user.
Hope this can help you
Regards