Hi-
The background color can be handled with CSS - you would need to add a rule to your templates stylesheet for the elements that need their background changed. You could add something like to this to try and change the background on the whole area:
| Code: |
#tb-mainarea{ background-color: #fff; }
|
In order to get the Excel reports on a single page, you will need to modify the code for the specific report. Check
components/com_tableboss/classes/tableboss/report/type/reservations.php.
Best Regards-
Mark