> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goguardian.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize the GoGuardian Admin Block Page

> Edit the GoGuardian Admin policy block page, remove the Bypass button with CSS, and add a site-request form.

GoGuardian shows different block pages depending on the type of block. You can customize one of them: the GoGuardian Admin policy block page.

To edit it, go to **Configuration** → **Advanced Config** → **Global Config**.

## Remove the Bypass Button

The Bypass button appears whenever the [Bypass Password](/products/admin/configure-bypass-passwords) feature is available — it is visible even if no active passwords work, unless you remove it from the custom block page. To hide it, add the following to your custom block page and preview:

```html theme={null}
<style>
.bypassCont button.bypassfilter {
  display: none;
}
</style>
```

<img src="https://mintcdn.com/goguardian/oERokfxwKrydgDPn/images/screenshots/customize-the-block-page/step-01.png?fit=max&auto=format&n=oERokfxwKrydgDPn&q=85&s=3469ce7257d1b4da2f4b17645bd9da69" alt="Custom block page editing interface" width="1800" height="758" data-path="images/screenshots/customize-the-block-page/step-01.png" />

## Add a Site-Request Form

If you want to let users submit requests to block or allow sites, add a link to a Google Form or survey on the custom block page. GoGuardian recommends requiring users to be logged in to submit a request.

<img src="https://mintcdn.com/goguardian/oERokfxwKrydgDPn/images/screenshots/customize-the-block-page/step-02.png?fit=max&auto=format&n=oERokfxwKrydgDPn&q=85&s=90731c5139b50c237963e99e48a43e2f" alt="'Restricted' GoGuardian block page with a 'Bypass' button" width="1533" height="959" data-path="images/screenshots/customize-the-block-page/step-02.png" />

<img src="https://mintcdn.com/goguardian/oERokfxwKrydgDPn/images/screenshots/customize-the-block-page/step-03.png?fit=max&auto=format&n=oERokfxwKrydgDPn&q=85&s=11486c55077e013069a1124742aa4501" alt="'Restricted' GoGuardian bock page with a padlock and GoGuardian symbol" width="727" height="482" data-path="images/screenshots/customize-the-block-page/step-03.png" />
