Report Headers
How to add a page header to thematically tie page content together

As you navigate to a page, specifically reporting pages, it helps to bring the page content together and provide an appropriate page title. These HTML headers in Rich Text views help us distinguish our pages and let you know where a user is.
The JS
None needed 😎
The CSS
None needed 😎
The HTML
<h1 style="background-color:LightPink; border-radius: 10px; text-align: center; color: white; font-size: 12px;">Text</h1>
How to Implement
Create a Rich Text View for the Header

Last updated
Was this helpful?