> For the complete documentation index, see [llms.txt](https://crocode.gitbook.io/elemento-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crocode.gitbook.io/elemento-docs/advanced.md).

# Advanced

The **Advanced** settings section includes additional interface options that enhance your store's behavior and user experience. These features are optional but can improve navigation, interactivity, and layout control.

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

***

#### Back to Top

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

**Enable back to top** — *Checkbox*

When enabled, a small button appears in the bottom corner of the screen after the user scrolls down. Clicking it instantly scrolls the page back to the top.

* Improves user experience, especially on long pages.
* Button appearance may be styled through theme defaults or custom code.

***

#### Animations

**Enable pop-up animations** — *Checkbox*

Enables smooth, animated transitions for modals and pop-ups across the theme (e.g., age verification, cart drawer, quick views).

* If disabled, pop-ups will appear and disappear without animation.
* Can be useful to disable on performance-limited devices or for a minimalist aesthetic.

***

#### Cart

**Type** — *Selector* with options:

* **Page**
* [**Drawer**](/elemento-docs/theme-sections/static-sections/cart-drawer.md)

Controls how the shopping cart is displayed when a user adds a product or clicks the cart icon.

**Page**

* Takes the user to a dedicated cart page (`/cart`).
* Best for stores with more complex cart flows, notes, or upsells.

**Drawer**

* Opens a slide-out panel without leaving the current page.
* Provides a smoother, more modern shopping experience.
* Ideal for stores focused on fast checkout and single-page flows.
