CSS enables you to visually remove specific classes/elements from the output via the display property - the rule just needs right classes/elements for the input, which can be located in the HTML markup of the web page.

Use case

You need to hide the Refresher-button of the Jira Issues macro output inside table cells.

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 the following CSS:

    .refresh-issues-bottom {display:none;}
    CSS
  5. Save the macro and the page.