SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Deleting icon

Last post 05-14-2008, 12:52 PM by mahutchinson. 4 replies.
Sort Posts: Previous Next
  •  04-30-2008, 12:05 PM 10365

    Deleting icon

    On our templates on the "view all site content pages" and the actual data room pages (but not the top site) there is a small yellow icon on the left column just above the links. On the former it looks like a box and on the latter it looks more like a Microsoft folder icon. Is it possible to remove this ? It is the only icon which looks like a Microsoft image and thus spoils the site in my view. 
  •  05-06-2008, 6:21 PM 10467 in reply to 10365

    Re: Deleting icon

    The easiest way to remove this image on any 'normal' page is to override the CSS for siteImage and set it to display: none;

    The downside you have here is that the All Site Content is served from the _Layouts directory which means you can't officially amend the _layout pages. Microsoft state that any amendments to these pages will break any support agreements that you have. Not sure how you can inject the css code in this case without editing the admin.Master.

    Any suggestions anyone else?

     


    www.myfatblog.co.uk
    MCTS: WSS 3.0
    MCTS: MOSS 2007
  •  05-07-2008, 8:53 AM 10474 in reply to 10467

    Re: Deleting icon

    Wow - does seem amazingly involved. This is the one image on the site which screams "Microsoft" at me and the site would look so much better without it. I thought the point of the software was to customise it to suit. Any MS logo would be the first candidate on my list for customisation/removal.
  •  05-07-2008, 3:15 PM 10509 in reply to 10474

    Re: Deleting icon

    Re: injecting the CSS - yes - use Themes. Themes do apply to pages from the _layouts folder, so you can control the CSS of them that way.

    The downside of this option is, though, that Themes don't inherit down through your site structure (well, out of the box anyway. I'm sure that they can be made do so).

    Alternatively, you might be able to use the Alternate CSS URL. I've linked to articles about some of these things at:
    http://www.novolocus.com/2008/02/20/options-for-branding-sharepoint/
  •  05-14-2008, 12:52 PM 10708 in reply to 10509

    Re: Deleting icon

    Belated thanks for this - unfortunately the solutions are way over my head for the time being (I am not an IT professional) but I am determined to crack this eventually !
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems