<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Banner Archives : Binary Bits</title>
	<atom:link href="https://blog.binarybits.net/tag/banner/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.binarybits.net/tag/banner/</link>
	<description>Bits &#38; Pieces - A blog by Kannan Balasubramanian</description>
	<lastBuildDate>Tue, 17 Mar 2020 10:31:25 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Remove the title banner from SharePoint modern page</title>
		<link>https://blog.binarybits.net/remove-the-title-banner-from-sharepoint-modern-page/</link>
					<comments>https://blog.binarybits.net/remove-the-title-banner-from-sharepoint-modern-page/#comments</comments>
		
		<dc:creator><![CDATA[Kannan]]></dc:creator>
		<pubDate>Mon, 09 Sep 2019 09:44:28 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Banner]]></category>
		<category><![CDATA[Modern]]></category>
		<category><![CDATA[Title]]></category>
		<guid isPermaLink="false">https://blog.binarybits.net/?p=1049</guid>

					<description><![CDATA[<p>The title banner in the modern pages of SharePoint takes a lot of space. Even if you try to switch to &#8220;Plain&#8221; title layout, the title area still will take some space. To completely remove the space, you can run the following PnP PowerShell command with the ID of the page. For more about PnP [&#8230;]</p>
<p>The post <a href="https://blog.binarybits.net/remove-the-title-banner-from-sharepoint-modern-page/">Remove the title banner from SharePoint modern page</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><img decoding="async" class="wp-image-1160" style="width: 32px;" src="https://blog.binarybits.net/wp-content/uploads/2020/03/microsoft-sharepoint-logo.svg" alt="Microsoft SharePoint Logo"> The title banner in the modern pages of SharePoint takes a lot of space.</p>



<figure class="wp-block-image"><a href="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1.png"><img fetchpriority="high" decoding="async" width="1024" height="491" src="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1-1024x491.png" alt="" class="wp-image-1050" srcset="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1-1024x491.png 1024w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1-300x144.png 300w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1-768x369.png 768w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1-705x338.png 705w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-1.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="wp-block-paragraph">Even if you try to switch to &#8220;Plain&#8221; title layout, the title area still will take some space. </p>



<figure class="wp-block-image"><a href="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-title-layouts.png"><img decoding="async" width="338" height="417" src="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-title-layouts.png" alt="" class="wp-image-1051" srcset="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-title-layouts.png 338w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-title-layouts-243x300.png 243w" sizes="(max-width: 338px) 100vw, 338px" /></a></figure>



<p class="wp-block-paragraph">To completely remove the space, you can run the following PnP PowerShell command with the ID of the page.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>For more about PnP PowerShell, visit <a rel="noreferrer noopener" aria-label="https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps (opens in a new tab)" href="https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps" target="_blank">this</a> link.</p></blockquote>



<div class="wp-block-codemirror-blocks-code-block code-block"><pre class="CodeMirror" data-setting="{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;powershell&quot;,&quot;mime&quot;:&quot;application/x-powershell&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:false,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;PowerShell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;powershell&quot;}">Set-PnPListItem -List SitePages –Identity &lt;id&gt; -Values @{&quot;PageLayoutType&quot;=&quot;Home&quot;}</pre></div>



<p class="wp-block-paragraph">First connect to the site using the following command</p>



<div class="wp-block-codemirror-blocks-code-block code-block"><pre class="CodeMirror" data-setting="{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;powershell&quot;,&quot;mime&quot;:&quot;application/x-powershell&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:false,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;PowerShell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;powershell&quot;}">Connect-PnPOnline https://tenant.sharepoint.com/sites/site-where-the-page-exists  </pre></div>



<p class="wp-block-paragraph">Then find out the ID of the page using the following command. This command assumes that the page is located within &#8220;SitePage&#8221; library.</p>



<div class="wp-block-codemirror-blocks-code-block code-block"><pre class="CodeMirror" data-setting="{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;powershell&quot;,&quot;mime&quot;:&quot;application/x-powershell&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:false,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;PowerShell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;powershell&quot;}">Get-PnPListItem -List SitePages</pre></div>



<p class="wp-block-paragraph">Finally set the page&#8217;s layout type to &#8220;Home&#8221; by running the following command.</p>



<div class="wp-block-codemirror-blocks-code-block code-block"><pre class="CodeMirror" data-setting="{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;powershell&quot;,&quot;mime&quot;:&quot;application/x-powershell&quot;,&quot;theme&quot;:&quot;default&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:false,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;PowerShell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;powershell&quot;}">Set-PnPListItem -List SitePages –Identity &lt;id&gt; -Values @{&quot;PageLayoutType&quot;=&quot;Home&quot;}</pre></div>



<p class="wp-block-paragraph">Now the title area is totally gone.</p>



<figure class="wp-block-image"><a href="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2.png"><img decoding="async" width="1024" height="492" src="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2-1024x492.png" alt="" class="wp-image-1052" srcset="https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2-1024x492.png 1024w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2-300x144.png 300w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2-768x369.png 768w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2-705x339.png 705w, https://blog.binarybits.net/wp-content/uploads/2019/09/sharepoint-modern-page-2.png 1364w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
<p>The post <a href="https://blog.binarybits.net/remove-the-title-banner-from-sharepoint-modern-page/">Remove the title banner from SharePoint modern page</a> appeared first on <a href="https://blog.binarybits.net">Binary Bits</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.binarybits.net/remove-the-title-banner-from-sharepoint-modern-page/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.binarybits.net @ 2026-05-31 15:45:58 by W3 Total Cache
-->