1

This code I used in CSS to hide o365 bar.

a#o365_subLink_ViewAccount {

display: none !important;

{

I would like advice to how I can hide inside using SP Designer 2013 which master pages would I need to edit.

Mohamed El-Qassas MVP
  • 45,382
  • 9
  • 53
  • 96
AY_91
  • 1,057
  • 4
  • 18
  • 32

1 Answers1

2

No need to edit your master page especially in SharePoint online, What should you do is to add your CSS code in CSS file and upload it to style library or site assets. then apply it to your site as the following:

  • Open Site > Site Settings.
  • Below Look and Feel > Click on (Master Page) or Design Manager.

enter image description here

  • At Site Master Page Settings > Scroll down till Alternate CSS URL
  • Check Specify a CSS file to be used by this site and all sites that inherit from it:
  • Browse to your CSS file
  • Check Reset all subsites to inherit this alternate CSS URL if you need to apply CSS for all subsites.

enter image description here

Mohamed El-Qassas MVP
  • 45,382
  • 9
  • 53
  • 96