Feature Request Kanban css ids in UI html - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-25T05:36:47Z http://fogbugz.stackexchange.com/feeds/question/7580 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/7580/feature-request-kanban-css-ids-in-ui-html Feature Request Kanban css ids in UI html KJ 2011-03-23T19:42:07Z 2011-05-12T11:22:12Z <p>Plugin is great we love it. However, since we have rebranded our public facing Fogbugz UI with Bugmonkey custom css we would need for the Kanban Link (next to the "starred" link) in the menu bar to have a css id added </p> <pre><code> &lt;span id"Kanban"&gt; .. just like &lt;span id"Working_on"&gt; </code></pre> <p>so we may hide the Kanban link from community users.</p> http://fogbugz.stackexchange.com/questions/7580/feature-request-kanban-css-ids-in-ui-html/7759#7759 Answer by Rich Armstrong for Feature Request Kanban css ids in UI html Rich Armstrong 2011-04-06T18:57:05Z 2011-04-06T18:57:05Z <p>Hmmm. I would think the link shouldn't even show for community users. The plugin is not under active development, but the developer will check the <code>kanban</code> tag for future versions when they come.</p> <p>For now, try this Javascript.</p> <pre><code>$('a.navlink[href*=kanban]').hide(); </code></pre>