Answered
It is possible to change background color of ToC pane for Responsive HTML output?
Is it possible to change the background color of ToC pane in case of Responsive HTML output?
Can any changes in backend code will help?

Is it possible to change the background color of ToC pane in case of Responsive HTML output?
Can any changes in backend code will help?

This option seems missing from the editor. But you can change the color by adding the following to the layout.css:
div.left-pane {
background: green !important;
}
Just change the 'green' to the color of your choice.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.