Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Paga allows you to customize the look and feel of it's pages, for display on your app. This section requires some knowledge of CSS.

Please see the following articles for an introduction to CSS

Default Paga Screenshots

You can change background colors, button colors and states, as well as include a custom logo etc. See the examples below

 

The full list of customizations are listed below.

Live Preview of Customizations

Open the default Paga views, in the Google chrome browser, Open up the Chrome developer tools, and edit the styles there for a live preview of your changes. See the Editing Styles and the DOM article for more information.

Create CSS File

Create a css file with your client_id + "-style.css" as the file name.

Styles can be display name specific. in that case the file naming convention is client_id + display_name + "-style.css"

File name convention
Default:		xxxxxxx-xxxxxxx-xxxxxxx-style.css
Display Names:	xxxxxxx-xxxxxxx-xxxxxxx-display_name-style.css

 

 

  • No labels