> For the complete documentation index, see [llms.txt](https://help.siteoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.siteoly.com/advanced/how-to-disable-black-overlay-for-header-image.md).

# How to disable Black Overlay for Header Image?

If you are using any of the below designs for your Header (in 'Header' sheet), you would usually see a black overlay on top of the background image.

* Design 3 (Image at background & Text Left)
* Design 4 (Image at background & Text Right)
* Design 5 (Image at background & Text Center)
* Design 6 (Image at background & Text left & Image right)
* Design 7 (Image at background & Text right & Image left)

**Follow below 2 steps** to add the required CSS to the page to turn-off this black overlay in the header image.

1. Goto 'Advanced Settings' sheet
2. Add CSS Style as below.

**\<style>#blackOverlay{display:none;}\</style>**

&#x20; Your Google Sheet would look like this.

![](/files/GAAAQot24O9qOKCcf30H)

{% hint style="success" %}
Make sure to use the 'live test' link to pull the latest changes and test.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.siteoly.com/advanced/how-to-disable-black-overlay-for-header-image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
