Customize styles in Web

<< Click to Display Table of Contents >>

Navigation:  Low-code Process Automation > Studio Cloud - Authoring environment > Bizagi Studio > Process wizard > Model Process > Generating Documentation > Publish to Web >

Customize styles in Web

Overview

You can customize your Web output styles to adjust to your corporate standard.

Bizagi provides two ways to customize the web output colors: a basic customization where the main colors can be changed, and the advanced css customization.

 

Basic customization

Once the Model has been published access the folder where the output is located and find the key.json.js file.

Open the file with a text editor.

 

CustomizeStyles1_st

 

Change the useTheme value to true, to enable the customization.

On the bottom of the file you will find the list of styles that can be changed.

 

CustomizeStyles2_st

 

Change the style color of the header, the navigation bar and the content panel. Save the file to view the changes in your site

The first option of each section is the background color. The second option is the border of the section. The third option (link) refers to the font color.

 

CustomizeStyles3_st

 

Advanced css customization

For advanced css users, a .css file is available to customize the styles as you desire.

 

Once the Model has been published access the folder where the output is located and find the key.json.js file.

Ope the file with a text editor.

 

CustomizeStyles1_st

 

Change the useTheme value to true, to enable the customization.

 

CustomizeStyles4_st

 

Open the .css file located in libs/css/theme.css and perform the desired changes.

 

CustomizeStyles5_st


Last Updated 7/5/2023 10:52:29 AM