Hi!
I’ve created the nested classic report, I want to change the background colour and heading colour of report columns, and I want to use different colours for parent and child reports. 🙂
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Specify a static id to your classic reports; for example, specify parent for parent report and child for child report.
Then add the following CSS in the page’s CSS inline section:
You can notice in the above CSS that I have added the “report_” before the static id because for the column section; it automatically added the “report_” in the background.
Similarly, apply the CSS for child report:
Try this and let me know.
Thank you Vinish, with your instructions I changed the background colour of column 🙂
How to change the colour of the column heading?
It should change the background color of headings (thead element) because of the following CSS:
To change the heading text color try this:
Please let me know if it is not working.
Thanks a lot Vinish, works 🙂
Is “report_” adding in CSS code only for Classic Report?
Actually, we have to find out this by inspecting elements.
For the classic report, when I inspected the element, I found the “report_” prefix, so I used this. It may differ for interactive report or grid.