Edit existing theme

0
Hello , Feels rather straightforward, but i cant seem to figure it out. I have an existign application and would to edit the existing theme of the applicaiton and work upon the same. I have the theme xip file, now where to go  I was hoping it be possbile with mendix theme creator
asked
3 answers
2

Check out the documentation:

 

https://docs.mendix.com/howto/guis/setup-mendix-ui-framework-with-just-css

https://www.mendix.com/blog/app-styling-basics-where-to-start-with-look-and-feel/

answered
1

One method is to create an additional css file (custom.css for example) and import that in your app's index.html after the other style sheets. You can then add further styling rules in that file and even overload some of the definitions in the theme.

Another method is to modify files in the theme zip directly, but this will make it harder to track which parts are your original theme and which files you have customized.

answered
0

Hi,

 

Perhaps you can find your answers on: https://ux.mendix.com/theme-viewer.html?profile=dekstop#!/MyFirstModule/How_to_customize.

 

Good luck.

answered