Home > Forum > Tips&Tricks > Advanced css form styling

Advanced css form styling
0

Is there a way to have more control over the styling of the forms? For example - how to change the color of disabled fields or how to remove or change the border of inputs.

MVP

Hello Monika
Unfortunately there is no full pledged control customisation (as a feature) in WEBCON, although there are some places you might want to look at:

* Themes: https://community.webcon.com/posts/post/webcon-bps-portal-website-look-customization/118 - they allow to modify colors, not borders
* Global Parameters: https://docs.webcon.com/docs/2023R2/Studio/SystemSettings/GlobalParams/SystemSettings_AppearanceSettingsMode - here you can set default control, attribute and button styles, and add custom global css. Those although require knowledge of the CSS, and might break between updates - if there will be changes in the UI.
* Attribute configuration: https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/General/Attribute_StyleAndBehavior - here you can again use CSS but per attribute instead of globally.
* Path configuration: https://docs.webcon.com/docs/2023R2/Studio/Workflow/Step/Path/Action_StepEditPathsParameters - here you can define style of specific path with CSS.


There are some really custom creations like those:
https://raluca.encorsa.ro/?p=114
https://raluca.encorsa.ro/?p=42
https://daniels-notes.de/posts/2023/breadcrumb

But they require more programming skills.