# Custom CSS

In this section, you can customise the fonts, text, colors, size, etc. of the addon products by creating a custom CSS on the front end and adding it to the app.

For reference, here is an example of implementing the CSS in the app:&#x20;

<figure><img src="/files/6aPEjSRMoRvKL8P324IN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Please note:**

This is a critical process that requires a basic understanding of custom CSS functionality. If you're unsure how the CSS is created or managed within your theme, we recommend reaching out to your theme developer for guidance.&#x20;

Alternatively, our support team is always here to help — feel free to contact us at [**help@spicegems.com**](mailto:help@spicegems.com) for assistance.
{% 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://help.spicegems.com/epa-easy-product-addons/appearance-and-customization/custom-css.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.
