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
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
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
Hi Juan
Can I also adjust the font-size?
Regards,
Reto
Dear Reto,
Yes, you can do it just follow these steps:
Change the useTheme value to true, to enable the customization.
Open the .css file located in libs/css/theme.css and perform the desired changes.
For example:Add these lines into theme.css to make bigger the title of home:
.biz-ex-title-diagram {font-size: 3em;}
Regards
Comments have been locked on this page!