Using below, I'm able to change the background color the column in APEX classic report.
#static_id td[headers="TOTAL"]{background: rgb(164, 164, 164) !important;}
How do I change the background color of a row? In this case, I want to change the color of my last row (Totals) Screenshot
I don't have Apex 5.1 any more; tested this on apex.oracle.com which currently runs Apex 22.1.0.
Classic report query:
Create a dynamic action:
True condition:
Action: Execute JavaScript code
Code:
Affected elements: type = Region, Region = Report1
Fire on initialization: yes
Run the page; the result looks like this: