इस लेख का अनुवाद अभी नहीं हुआ है, इसलिए आप अंग्रेज़ी मूल पढ़ रहे हैं।
How to Hide the AI Advertisement, Gemini, and Upgrade Button in Google Slides™
Stop the new AI getting-started advertisement from appearing when Google Slides™ opens, and hide the Try Gemini sparkle and Upgrade button with Stylus CSS.
Travis
प्रकाशित
Google Slides™ can now open with a large AI getting-started advertisement before you reach the editor. It offers AI-generated slides, images, and infographics, plus an Import option and a Blank slide card.
If you do not use these AI entry points, you can hide the opening dialog and its backdrop with Stylus, a browser extension that applies custom CSS to a website. The same style can also hide the Try Gemini sparkle and Upgrade button in the Slides toolbar.
Important: This method only hides the promotion in your browser. It does not disable Gemini, remove AI features from Google Workspace, cancel a subscription, or change your account settings. Google can rename internal page elements, so the CSS may need an update after a Slides interface change.
Hide the AI Advertisement on Open#
The opening experience is a modal dialog with the live ID #insertabletemplates-dialog-notforstyling, which also carries the class .getting-started-dialog. The AI card view inside it is #getting-started-dialog-entry-point-selection-view. Google also adds a full-screen .goog-modalpopup-bg backdrop; hiding only the dialog can leave the editor blocked by that backdrop.
The dialog is not limited to new presentations. It also reappears on presentations you already own when you open them again, which is why it can feel like it opens every single time you go into Google Slides™. There is no setting in Slides to turn it off, and closing it with the ✕ only dismisses it for that visit.
The current opening dialog and backdrop were verified in Google Slides on July 30, 2026, on both a newly created presentation and an existing one that was reopened. The visible dialog had the accessible name Getting started and contained the cards Slides, Images, Infographics, Import, and Blank slide.
The current Try Gemini control uses this compact four-color sparkle:
Some accounts may still show an older blue Gemini icon or a larger Ask Gemini button.
Step 1: Install Stylus#
Disclaimer: We are not affiliated with the Stylus extension or its developers. Stylus is a third-party browser extension.
Step 2: Create a Style for Google Slides#
- Open a presentation in Google Slides™.
- Click the Stylus icon in your browser toolbar, then select Manage.
- Click Write new style.
- Under Applies to, choose URLs starting with.
- Enter this URL:
https://docs.google.com/presentation/- Paste this CSS into the editor:
/* Hides the AI getting-started advertisement when Slides opens */
#insertabletemplates-dialog-notforstyling,
.getting-started-dialog,
#getting-started-dialog-entry-point-selection-view {
display: none !important;
}
/* Hides the backdrop only while that getting-started dialog is open */
body:has(#insertabletemplates-dialog-notforstyling:not([style*="display: none"])) > .goog-modalpopup-bg {
display: none !important;
}
/* Hides older and current Gemini toolbar buttons */
.appsElementsSidekickEntryPointRoot,
.appsElementsSidekickAuroraEntryPointRoot,
#docs-sidekick-gen-ai-promo-button-container {
display: none !important;
}
/* Hides the Google Workspace premium "Upgrade" button */
#workspace-onegoogle-pep-container {
display: none !important;
}- Name the style Cleaner Google Slides, click Save, and make sure Enabled is checked.
- Refresh the presentation.
What Each Selector Hides#
| Selector | Google Slides control |
|---|---|
#insertabletemplates-dialog-notforstyling | Opening AI “Getting started” advertisement dialog |
.getting-started-dialog | Same opening dialog, matched by class instead of ID |
#getting-started-dialog-entry-point-selection-view | AI entry-point cards inside the opening dialog |
body:has(#insertabletemplates-dialog-notforstyling:not([style*="display: none"])) > .goog-modalpopup-bg | Backdrop that blocks the editor behind the opening dialog |
.appsElementsSidekickEntryPointRoot | Older Ask Gemini toolbar button |
.appsElementsSidekickAuroraEntryPointRoot | Current compact Try Gemini sparkle |
#docs-sidekick-gen-ai-promo-button-container | Container for the current Try Gemini sparkle |
#workspace-onegoogle-pep-container | Google Workspace premium Upgrade button |
Keeping both the older and current Gemini selectors helps the style work across different Google Slides interface rollouts.
Troubleshooting#
The AI Advertisement or Backdrop Is Still Visible#
Confirm the style is enabled and refresh a new Slides tab. The dialog selector is scoped to the Slides getting-started dialog, while the backdrop rule uses the modern CSS :has() selector to hide the backdrop only while that dialog is open.
Gemini or Upgrade Is Still Visible#
Save the style, confirm it is enabled, and refresh the presentation. Also confirm that the style applies to URLs starting with https://docs.google.com/presentation/.
The current Gemini and Upgrade selectors were verified in Google Slides on July 22, 2026. If Google changes its interface again, inspect the visible control in browser developer tools to find its new container class or ID. The opening AI dialog selectors were verified separately on July 30, 2026.
Stylus Does Not Appear in the Toolbar#
Open your browser’s extension menu and pin Stylus to the toolbar. In Chrome, click the extensions icon, find Stylus, and select the pin icon.
Declutter Other Google Workspace Editors#
- Hide Gemini, Upgrade, Refine, and Floating Buttons in Google Docs™
- Hide Gemini and the Upgrade Button in Google Sheets™
Prefer Tools That Only Act When You Ask?#
If you are hiding upgrade prompts in Slides, you probably want an interface that stays quiet until you need it. Our free add-on works that way by design.
Add-on मुफ्त पाएं
Text To Table Converter
AI on your terms — Text To Table Converter: tables, OCR, mail merge, and writing tools in a sidebar you open deliberately. No floating buttons, and AI runs only when you click.
क्या इससे आपकी समस्या हल हुई?