How can I edit the header at the top of the page? (i.e. using FogBugs 8 Default template, there is a blueish (#E0E9F1) bar with out company's logo on the left, and a "Login area" on the right..) The div of this header is called "banner" and it is controlled by "main.css" which is not editable within the FogBugz interface. If i could do a "display:none" on the bar that'd be great...I guess maybe I need to use the BugMonkey plugin to do this?
|
2
|
Well... You could use BugMonkey with this CSS to hide both the blue bar and the menu above it:
However, this applies to all FogBugz pages. So if you apply it to all users, nobody would be able to use FogBugz at all. :-) Better would be to add a new Wiki Template and add the CSS to that. Edit: I noticed the CSS doesn't work in a Wiki Template. Putting this in the HTML part does work:
I think the blue bar only shows for logged-in users anyway (plus on Wiki pages that aren't publicly visible). Others only see the |
|||
|