0

It's possible to move the gear icon and profile name to another div on sharepoint 2016 ?

I want to move gear and user name from the black ribbon to my own ribbon div.

enter image description here

Max
  • 6,821
  • 3
  • 43
  • 59
Shahil M
  • 3,836
  • 4
  • 25
  • 44

1 Answers1

0

The good news is, yes you can replace and modify the location, the bade new is, you will need to create a custom Master Page to replace the current one

Mr. Dr. Sushi
  • 469
  • 8
  • 22
  • Thanks for the reply. Is it possible to separate out the ribbon elements ? – Shahil M Jul 27 '17 at 12:24
  • Do you mean, the groups inside of each ribbon or the pages on the ribbon? – Mr. Dr. Sushi Jul 27 '17 at 12:42
  • I mean, Moving the elements like profile name, gear icon into other div. – Shahil M Jul 27 '17 at 12:57
  • Got it. Yes and you can place then anywhere, it all depends on how keep the Master Page responsive, you can hide, you can even remove them completely or put them on the bottom or left/right, it is up to you, do you have any experience creating Master Pages? – Mr. Dr. Sushi Jul 27 '17 at 13:44
  • do you have any idea how can it be customized? from some research, I too have found out that it can be done but its hardly written anywhere how it can be actually done. – Pragun Apr 18 '18 at 05:37