# List of CSS classes for custom CSS

Siteoly has a feature to embed external CSS into any website using 'Advanced Settings' sheet.&#x20;

See here on how to add custom CSS/JS to your website&#x20;

<https://help.siteoly.com/advanced/embed-external-javascripts-css>

**Below are some pointers for CSS classes you could use to configure a few elements**.&#x20;

| **Element**                                                                                                                                                                                                             | CSS Class Name                           |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| Logo image in the Header                                                                                                                                                                                                | **sly-logo**                             |
| Main image (before the content) in the Detailed Page                                                                                                                                                                    | **sly-detailedpage-img-section**         |
| <p>Main image (before the content) in the Detailed Page </p><p><strong>Note</strong>: This is only applicable when the setting in DetailedPage 'Design' column is set to Background Image & Image top & Text bottom</p> | **sly-detailedpage-img-overlay-section** |


---

# 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.siteoly.com/advanced/list-of-css-classes-for-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.
