Answered

Change font-size for biz-ex-dialog-description

Hi all,I try to change the font-size for the class biz-ex-dialog-description to a larger font. I have enabled custom css but I am not able get it.I added the following code to the theme.cssp.biz-ex-dialog-description{ font-size: 12px;}Thanks for any hint.Cheers,Reto

Best Answer
photo

Dear Reto,

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.

For further information: http://help.bizagi.com/processmodeler/en/index.html?customize_styles_in_web.htm

Regards

photo
0

Dear Reto,

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.

For further information: http://help.bizagi.com/processmodeler/en/index.html?customize_styles_in_web.htm

Regards

photo
0

Hi Juan

Can I also adjust the font-size?

Regards,

Reto

photo
0

Dear Reto,

Yes, you can do it just follow these steps:

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

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

For example:Add these lines into theme.css to make bigger the title of home:

.biz-ex-title-diagram {font-size: 3em;}

Regards