# CSS

Deze instelling maakt vormgevers blij. Want alles wat je hier invoert wordt op elke pagina binnen het VoordeMensen-domein geïnjecteerd tussen `style`-tags. Daarmee kun je de vormgeving van alle elementen wijzigen en de styling van VoordeMensen helemaal naar je eigen hand zetten.

![](/files/-MS9jYTxHlE9ZbjhEiTA)

{% hint style="info" %}
Om er zeker van te zijn dat je eigen stijlen ook echt getoond worden is het belangrijk om `!important` te gebruiken.
{% endhint %}

{% hint style="info" %}
Je kan ook je eigen stijlen op je eigen server beheren, bijv:

```
@import url("https://gaudeamus.nl/voordemensen/shopstyles.css");
```

{% endhint %}


---

# 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.voordemensen.nl/dashboard/vormgeving/betaalmethoden.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.
