Style to hide the Top Link Bar Navigation using a Content Editor Web Part (CEWP)

If you ever need to hide this on a single page (i.e. not hidden through a master page globally), the Style Reference is below to plunk into a Content Editor Web Part.

Figure 1 : Don’t wanna see that? Use the Style from below in a CEWP

Add this in a Content Editor Web Part

<style>
.s4-titletext {
VISIBILITY: hidden
}
#onetidPageTitleSeparator {Display: none}
</style>

2 responses to “Style to hide the Top Link Bar Navigation using a Content Editor Web Part (CEWP)

    1. Hey there, sorry about that. Migrated my blog some time ago to wordpress and it didn’t come across correctly in parts during the database migration. I’ve updated the post.
      Sean

Comments are closed.