# Custom CSS

A **custom CSS** is an additional new feature of **Spice Image Gallery** App. It helps you to change the look n feel of your gallery by writing and saving simple **CSS** code.

An option named as **Custom CSS** is added to the right side panel of your **Gallery** interface. Click **Custom CSS** option, this action will expand it with **Custom CSS** textarea.

You must write your custom **CSS** code that you want to apply to your gallery. Click button **Save Changes** located beneath **Custom CSS** panel to **save** and **apply** your custom **CSS** code.

The applied custom CSS now can be viewed on the gallery page of your websites.

<figure><img src="/files/ZRuTlcQdMiK4dRQQTdhx" alt=""><figcaption></figcaption></figure>

Refer the following two examples created for your reference. Click here to view it in detail:

* How to create a gallery with rounded images?
* How to create a gallery with polaroid effect?&#x20;


---

# 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/spice-image-gallery/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.
