
How to add Custom CSS in Pega? - Support Center
Jul 7, 2020 · For advanced UI customization, you can go with the custom CSS stylesheet. To add a custom stylesheet to the skin, you can create a new text file rule with CSS extension and …
Debug and update CSS styles in Pega - MyKnowTech
Dec 10, 2024 · Step 1: Create a new text file rule – Say CustomDemoApp as file type css. Step 2: Add the css style for the class – It shud always follow the patter link .css class {<all your …
Adding new helper classes - Pega Academy
To create a file that contains all your helper classes, perform the following steps: Add a new rule-file-text of type CSS to your application file. Add the file as an Additional stylesheet to your …
Understanding CSS styles - Pega
Your application uses hundreds of CSS styles to define the fonts, colors, borders, margins, and behavior of work object forms, reports, and the user portal. Understanding how and where the …
How to configure custom CSS in Pega skin rule? | Support Center
🔧 Steps to Configure Custom CSS in a Pega Skin Rule. Step 1: Open the Skin Rule. Launch Dev Studio. Open your application’s skin rule (e.g., SmartDisputeSkin, BankAppSkin). Step 2: …
Helper classes and implementing more advanced UI | Pega ... - Pega …
Helper classes are snippets of CSS that allow you to augment your UI. These classes can be applied to a dynamic layout (content), a container (header, outline), an element within a layout …
Dynamic Layouts – Usage and Configurations in Pega
Dec 10, 2024 · Pega CSS Styling – Pega brings in the Core CSS styling of the Pega portals within the CSS styles included in the product, but also provides different low-code configurations that …
Adding CSS helper classes - community.pega.com
If you need to define an additional helper class, you can add a Cascading Style Sheet (CSS) file to your application skin. You can define a helper class for a cell, a layout, or both. The helper …
How to use CSS helper classes in Pega - Blogger
Hi Friends, In this post we will see how to add CSS helper classes. In W3Schools website, a exercise is present to display background image in UI. We will see how to do the similar kind …
How can we apply border to a dynamic layout in pega7.
Jun 29, 2016 · Please click on the settings of dynamic layout and create a custom css class and specify it in the Presentation tab . On your Application Skin rule, either create a new Container, …
- Some results have been removed