Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

Customizing Forms Using CSS

You can cusomize the appearance of your form using custom CSS. This tutorial demonstrates how to set a different background color for components inside the form.
  1. Type the CSS classes that you want to use inside the form, in the Custom CSS property field.
    For this example paste the following CSS classes:
    .change {
    background-color:red;
    }
    .spring {
    background-color:green
    }.change {
    background-color:red;
    }
    .spring {
    background-color:green
    }
  2. Hover over a form component and click Edit. Type one of the classes added at step 1 inside the Custom CSS Class field.
    1. For this example, edit a Text Field component, and paste the change CSS class inside the Custom CSS Class field.
      Watch the component turn red after saving it.


    2. Edit a Text Area component, and paste the spring CSS class inside the Custom CSS Class field.
      Watch the component turn green after saving it.


To see the making of and the result of this tutorial, watch the video below:

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.