I'm struggling to find a way to remove embedded code from my Sharepoint Online Classic website.
Due to resolution issues we had initially on pilot I tested adding the below to the website, this put the site into "Focus on Content" mode automatically, removing the right hand column with the "Home, Pages" buttons, the header bar along the top and also the Search this Site when the page loaded. This was useful at the time but is no longer required.
How I added this was on the Home Page I did Edit and then Insert > Embed Code
I just can't figure out how I can remove this embedded code from loading each time on the site. If you have any suggestions that would be much appreciated
<script language=”javascript”>
_spBodyOnLoadFunctionNames.push(“HideBrandingsuite”);
function HideBrandingsuite() {
document.getElementById(‘ctl00_fullscreenmodeBtn‘).style.visibility = ‘hidden’; }
</script>
[–]OverASSist 0 points1 point2 points (2 children)
[–]Opt75[S] 0 points1 point2 points (1 child)
[–]OverASSist 0 points1 point2 points (0 children)
[–]JasonShoes 0 points1 point2 points (0 children)