Look & Feel of web app

Hello,

How can I change the look and feel of the web app easily ? For instance, now there is a grey background in the Example Login web app and other things
that do not look as the Mac UI.

Thank you.

Kind regards,
Eric

You will need to create WebStyles for elements (controls) to match the desired “look and feel” that you are striving to achieve. Once the styles are created, you can reuse them over and over again. You can even export the styles to use them in other future or existing web apps. If you take a look at xojodevspot.com, there is a post about how to use custom CSS’s that you may find on the web, for styles that the Xojo style editor cannot achieve.

Thanks Matthew for your prompt reply. I am completely new to Xojo, where can I find the WebStyles in Xojo ?

Look at the example project in Example Projects > Web > Styles
And in the docs here: http://documentation.xojo.com/index.php/WebStyle

Basically, right click in the navigator and add a Web Style and edit it the way you want.
Then select the control you want to add it to and choose the newly created style in the inspector :slight_smile:

Thanks Albin ! I will study on this :slight_smile: