# Customizing Prompt CSS

You may override any of the CSS for the prompt styles available within the platform using the following CSS classes.

| Property                                                                         | Description                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| .pushly-prompt-slide                                                             | Controls the general slide prompt border, shadow, size, and positioning.                                                                                                                                           |
| .pushly-prompt-slide .pushly-prompt-icon                                         | Defines max-width, height, and positioning for the prompt icon container: position top when using stacked layout, position left when using standard layout.                                                        |
| .pushly-prompt-slide .pushly-prompt-icon img                                     | Defines style for the prompt icon.                                                                                                                                                                                 |
| .pushly-prompt-slide .pushly-prompt-content                                      | Controls the container for the prompt message and actions. Defines max-width, height, and positioning for the prompt content: position lower when using stacked layout, position right when using standard layout. |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message               | Controls the container for the prompt message.                                                                                                                                                                     |
| pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-headline       | Defines the style for the prompt headline.                                                                                                                                                                         |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-subheadline   | Defines the style for the prompt sub-headline.                                                                                                                                                                     |
| .pushly-prompt-slide .pushly-prompt-content .pushly-prompt-actions               | Defines the style for the prompt sub-headline.                                                                                                                                                                     |
| .pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-dismiss | Defines style for the prompt dismiss button.                                                                                                                                                                       |
| .pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-allow   | Defines style for the prompt allow button.                                                                                                                                                                         |


---

# 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://documentation.pushly.com/integration/web-push/sdk/customizing-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.
