Customizing CSS

You can create a new theme, in line with your corporate theme, for WebStudio by configuring the CSS of the Webstudio.

Procedure

  1. Unzip the WebStudio.war file located at the BE_HOME/rms/bin/ folder.
  2. In the unzipped folder, open the styles/custom_styles.css file in edit mode and populate it with CSS styles that you want to update (override).
    Refer to the instructions within the file. Save the file after the update.
  3. In the unzipped folder, open styles/WebStudio.css file in edit mode. Uncomment (remove #) the first line to import custom_styles.css and save it.
  4. Zip the folder back to the WebStudio.war file.