Table of Contents Highlight Color

Open the trivantis-toc.js file and search for #ece9d8 (that's the default highlight color)and change it to what ever hexadecimal value you want (It can also take values like 'red' or 'dark salmon'.)You can edit the file after the course is published - but every time you republish it, you'll have to make the change again. Or, you could change it in the file in the Support Files folder - but the change will affect every course you publish.I've been trying to find an more...elegant way to do this, but nothing yet.Scottthis is the line to change: tocObj.selNode.navObj.style.backgroundColor = '#ece9d8'be careful -- there are two lines in the file - this is the second.

Discussions have been disabled for this post