How to Disable the App Bar in SharePoint Online?

The App Bar is a new navigation menu on the left-hand side of your SharePoint Online modern sites that brings a consistent navigation experience to every SharePoint Online site, featuring quick access to global navigation to quickly access sites, news, and files globally. App Bar is a handy and great new feature,…

Read more

How to disable “Return to Classic SharePoint” in SharePoint Online?

In modern SharePoint Online sites, You’ll find the link “Return to Classic SharePoint” in the bottom-left corner below quick launch – for backward compatibility. On clicking, the link reverts the current list or library to classic mode. Similarly, On the classic UI, there’s a corresponding link, “Exit classic experience.” Looking to remove…

Read more

How to Add Custom CSS or JavaScript to SharePoint Online Modern Page?

Requirement: Add custom CSS to SharePoint Online modern page. SharePoint Online: How to Inject CSS to a Modern Page? As the script editor web part is not supported in modern SharePoint, Power users often get stuck if they want to change the UI elements through CSS or JavaScript. Luckily, We have SPFx…

Read more

SharePoint Online: How to Inject Custom CSS in Modern Sites?

Requirement: Add custom CSS to modern SharePoint Online sites. How to Inject Custom CSS to Modern Sites in SharePoint Online? Customizing the look and feel of a SharePoint Online site can be a great way to make the site more visually appealing and better suited to your needs. One way to do…

Read more

SharePoint Online: Hide Recycle Bin from Quick Launch

Requirement: Hide Recycle bin from SharePoint Online Quick Launch. How to Hide the Recycle bin in SharePoint Online? The recycle bin link was not relevant for site visitors as they can’t delete from the site or restore from the Recycle bin, and we wanted to hide the recycle bin from the Quick…

Read more

SharePoint Online: Hide Site Contents Link from Quick Launch

Requirement: Hide site contents from quick launch in SharePoint Online. How to Remove Site Contents from Quick Launch? The Site Contents page in SharePoint Online provides a comprehensive view of all site lists, libraries, apps, and subsites. If you want to hide the site contents link in SharePoint Online quick launch navigation,…

Read more

SharePoint Online: Resize Column Width in List Forms using CSS

Requirement: Change the width of all columns in the list edit form! How to modify column width in SharePoint Online? If you want to set the width of a specific field in classic list forms, find its title or ID using Developer tools and use this script in Script editor: Here is the CSS…

Read more

PowerShell to Inject JavaScript or CSS using Custom Action in SharePoint

Requirement: Inject JavaScript or CSS in SharePoint without editing Master Page. PowerShell to Inject JavaScript in SharePoint using Custom Action: Assuming the “ga.js” file is already uploaded to the Site Assets library, here is the PowerShell for JavaScript injection in the SharePoint master page. Insert CSS using Custom Action – PowerShell Similarly,…

Read more

SharePoint Online: How to Inject CSS using Custom Action in PowerShell?

Requirement: Add Custom CSS to SharePoint Online without editing the Master page. PowerShell to Add CSS to SharePoint Online: Adding custom CSS to your SharePoint Online site can help you customize the look and feel or apply branding to your site and make it more visually appealing. You can use PowerShell to…

Read more

Style SharePoint 2016 List View Web Part with Custom CSS

Requirement: Add a custom style to SharePoint 2016’s standard list view web part to make it look like a dashboard! By default, the SharePoint list view web part looks dull, isn’t it? So, let us add some custom CSS to the SharePoint 2016 list view to make it look like a dashboard!…

Read more