remove question mark icon in syntaxhighlighter - How to Remove Question Mark(?) Icon in SyntaxHighlighter?

How to Remove Question Mark(?) Icon in SyntaxHighlighter?

Posted on

remove question mark icon in syntaxhighlighter - How to Remove Question Mark(?) Icon in SyntaxHighlighter?

How to Remove Question Mark(?) Icon in SyntaxHighlighter?

SyntaxHighlighter is an open source and a fully functional JavaScript client-side code syntax highlighter developed by AlexGorbatchev (http://alexgorbatchev.com/)

Its lime green question mark info icon can make code visibility issue and maybe it’s better to remove it sometime

Configuration files don’t have options for removing the icon, so we need to remove it by changing SyntaxHighligher’s CSS files.

SyntaxHighligher contains a file shThemeDefault.css. There you can find the code from below:

In order to hide question mark icon, it is enough to add display: none; line to the CSS class and it could look like: