Advertisement
matthewpoer

Custom CSS bits in SugarCRM

Jul 11th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /*
  2. Just a bit of CSS I had laying around, hides the SugarCRM Company Logo
  3. File Location: /custom/themes/default/css/style.css
  4. */
  5. #companyLogo a img {
  6.     display:none;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement