Use case

You need to adjust the background color of either entire table or the header row.

Solution

  1. Switch the page to the edit mode.

  2. Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.

  3. Select the macro and click Edit.

  4. In the Stylesheet tab enter any of the following CSS:

    th {background-color:red;} /* Adjusts the background color of the header row */
    
    tr {background-color:yellow;} /* Adjusts the background color of the table rows */
    CSS
  5. Save the macro and the page.