I have a bunch of lists with users in CB.
I don't want my visitors to jump between list via the jumpbox at the top of the listpage. How do I disable/remove the jumpbox?
I'm not 100% sure as I use my own component for member searches, but try right clicking on it and see if it has a div id or class. If it does you can simply do a display:none in your css file to hide it. If it doesn't you can track down where that's rendered in the code and add a div around it and give it a class.