Courtesy of SharePoint Div

Use browser inspect option to first get the CSS selector path for header, and the use below script $( document ).ready(function() { $(“Selectorpath”).css(‘display’,’none’); }); After adding selector path it should be like $( document ).ready(function() { […]
Read more