Phusion Theme for Phoenix - FAQ

How do I remove the toolbar background gradient?

Insert the following text into your userChrome.css file (located in your xxxxxxxx.slt/chrome directory):

toolbar {
  background: none !important;
}