Quick RTM tip
April 26th, 2008
If you use Remember the Milk (and if you don’t why don’t you???), you may get really tired of that cow logo. I personally don’t think it looks very professional.

To eliminate the logo in Safari and Omniweb, you can use a custom style sheet with a style to override the site’s style sheet. The cow logo is a background image in a div called appheaderlogo. Create a plain text file and add this line to it:
#appheaderlogo{background:white !important ;}
and save it. I call mine “rtm.css”. Then
- go to Preferences in Safari or Omniweb
- choose Advanced in Safari or Appearances in Omniweb
- choose the file you created
- view RTM. If you still see the logo, empty your cache.


You should now have a blank space in place of the cow. The area where the logo was is still a clickable link that takes you to the home page.
