Is it possible to remove or hide the Search Box in SharePoint Online for a specific page?
I have tried to use the PnP PowerShell to Hide the search box in SharePoint Online Pages as stated below:
Connect-PnPOnline -url https://company.sharepoint.com/sites/test -interactive
Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web
But this PnP script hides Search Box on all SharePoint Pages, and I just need to hide SharePoint Search Box on a specific Page in SharePoint Online.