To hide the ribbon nav bar from your html you can get use of these two ways;
First way add the below css class to your css file
#s4-ribbonrow { display: none; }
Second way use javascript to hide it
To hide the ribbon nav bar from your html you can get use of these two ways;
First way add the below css class to your css file
#s4-ribbonrow { display: none; }
Second way use javascript to hide it
Tags:
No responses yet