Sheyon, that's the very document I have been trying to work through. Particularly the "Formatting your reports using Cascading Style Sheets" section. But nothing I do is getting applied even to a single report. I followed the instructions to reset the default stylesheet, after uploading the changes to the server. I can see the CSS changes, but they are not being applied. I have tried applying the following (with various derivatives thereof) style changes with no luck:
/* First attempt, according to 4.x user guide */ CELL { color:#FF0000 !important; } /* Second attempt targeting HTML element */ A { color:#FF0000 !important; } /* trying to combine both */ CELL A { color:#FF0000 !important; }
End result: no change. What step am I missing?