I can not stop thinking that there must be some way to deal with the TOC font size, color and decoration. Obviously, the default calibre TOC.pyo or other html processor function defines the font size as 7, the color blue and the decoration as underline. It also assigns an "Untitled Article" tag with the same properties.
Before I go to any extensive efforts, I just want to throw this out. Can I create a CSS style sheet or a template for handling the TOC text and be able to call it from the recipe? I do not want to impose the limitations of the foregoing on ALL .mobi conversions, just the comics I download under that particular recipe. Remember, the ONLY text that would be available for the style sheet or template to act upon would be the TOC text.
Possible or not? If so, where do I begin?
BTW: With your prompting, I did try the
extra_css = ' .calibre_navbar but instead of display: none; I had entered font weight, color, size and decoration. Alas, I was on the right track but on the wrong train!!!