Question

After applying a new custom master page, I have noted the setting and help icon disappeared!!

I know it happens because of the css! But I don't know which CSS effect on it

How can I show the setting gear and help icon again in the right beside the user name!?

Était-ce utile?

La solution

First, restore your previous masterpage so you can see the gear icon again. Second use Developer Tool (F12) and select the gear icon to see what classes is in play. If it's just the gear icon missing your solution is there. Search for the classes and ID's in your custom CSS to find the solution.

In Office 365 the gear icon looks like this:

<button type="button" class="o365cs-nav-item o365cs-nav-button o365cs-topnavText ms-bgc-tdr-h o365button" role="menuitem" aria-expanded="false" title="Open the Settings menu to access personal and app settings" id="O365_MainLink_Settings" aria-label="Open the Settings menu to access personal and app settings" aria-haspopup="true"><span class="owaimg ms-Icon ms-Icon--Settings ms-icon-font-size-17"> </span></button>
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top