SharePoint 2013 – hide the suite links box using CSS

I have been asked if it is possible to hide the Yammer, OneDrive and Sites links at the top of a particular site (without disabling them completely):

Suite_Links_Box

An easy way to achieve this is by placing a Script Editor web part on the page and inserting the following code to hide the Suite Links Box:

<Style>
#suiteLinksBox {display:none}
</Style>

Embed

Now the links are hidden:

No_Suite_Links_Box

[BlogBookmark] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Furl] [Google] [LinkedIn] [MySpace] [Reddit] [Slashdot] [StumbleUpon] [Twitter] [Windows Live] [Yahoo!] [Email]