I am quite new to Mendix and for a start I followed the tutorials and HowTo's to create a web site and a mobile frontend. So far this went very well for a first try. Now I would like to change the style of the mobile forms, mainly the colors. Is this possible the same way as described in the Theming tutorial for the web site and override values in the layout.css or is there a different approach for mobile?
asked
Han van Hoof
3 answers
2
I would start with a clean mobile.css file and add this one to the index-mobile.html in the <head>. Better to keep your web and mobile styling separate.
answered
Erik Heddema
0
You can do it in the same way, but there is a different css for mobile.
answered
Roeland Salij
0
AFAIK stay in css style create a custom.css and add the modifications in that.
Just spend a few minutes and you'll find out by yourself.