# Footer

Upon creating your store you may notice the footer at the bottom of your store stating that it is powered by Tebex and that we are the reseller & merchant of record.

Hiding the footer on your webstore will void our terms and conditions and will result in us having to disable your store from the public.

As a merchant of record platform we are under strict requirements by the card networks, such as Visa & Mastercard, to ensure customers understand which company they are purchasing from. You are authorising Tebex to operate a webstore on your behalf and sell content that we license from you, thus we need to let customers know about this as clearly as possible.&#x20;

We don't place the footer for our own marketing/branding benefit - we simply have to do it to be able to provide you with all the benefits you receive as us being the Merchant Of Record, such as:

1. 100 payment method integrations
2. Sales tax collection and remittance worldwide
3. Fraud protection & our chargeback guarantee
4. Easy to integrate product delivery for your game studio & server

## Styling the footer to match your own brand

The colour scheme of the footer by default matches your Tebex Checkout theme. You're able to select between Dark or Light mode by viewing your Checkout settings within the creator panel.

The footer also listens to the following CSS variables which you can define in your template/theme, providing you with further customisation ability:

| Variable                              |
| ------------------------------------- |
| --tebex-legal-footer-background-color |
| --tebex-legal-footer-text-color       |
| --tebex-legal-footer-border-color     |
| --tebex-legal-footer-max-width        |
| --tebex-legal-footer-logo-color       |

An example of setting the CSS variables can be seen below, which you could place in your templates CSS file:

```css
:root {
  --tebex-legal-footer-background-color: #fcba03;
  --tebex-legal-footer-text-color: #4c00ff;
}
```


---

# Agent Instructions: 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://docs.tebex.io/developers/templates/footer.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.
