> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/style-and-branding.md).

# Style and branding

- [How can I customize my Nav slider and add features like autoplay, loop, etc?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-customize-my-nav-slider-and-add-features-like-autoplay-loop.md)
- [How do I manually add a media in PLP?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-add-media-in-plp.md)
- [How do I customize the layout of menu items for desktop or mobile?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-customize-the-layout-of-menu-items-for-desktop-or-mobile.md)
- [How do I edit the promo text and background color?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-edit-the-promo-text-and-background-color.md)
- [How can I truncate my Menu Items in Grid layout?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-truncate-my-menu-items-in-grid-layout.md)
- [How to add your First Card Link?](https://docs.maker.co/maker-nav/style-and-branding/how-to-add-your-first-card-link.md)
- [How do I add First Card Media?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-add-first-card-media.md): You can add First Cards to your Collections to get more attention. Link these to All the products of the category and give a sneak peek to your shoppers.
- [How do I hide the Title for a Menu/Sub-Menu?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-hide-the-title-for-a-menusub-menu.md)
- [How do I change the size of the cards?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-change-the-size-of-the-cards.md)
- [New How do I change the shape & size of the cards for my Menu & Sub-Menu's?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-change-the-shape-size-of-the-cards-for-my-menu-sub-menus.md)
- [How can I change the layout of my Menu from a grid to a slider or vice versa?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-the-layout-of-my-menu-from-a-grid-to-a-slider-or-vice.md)
- [How do I change a category from a grid to a slider or vice versa?](https://docs.maker.co/maker-nav/style-and-branding/how-do-i-change-a-category-from-a-grid-to-a-slider-or-vice-versa.md): We have two options to show your products. You can choose between a Grid and Slider Layout.
- [How can I change the Accent Color for Styling?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-the-accent-color-for-styling.md)
- [How can I change the Tertiary Color for Styling?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-the-tertiary-color-for-styling.md)
- [How can I change my Secondary Color for Styling?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-my-secondary-color-for-styling.md)
- [How can I change my Primary Color for Styling?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-my-primary-color-for-styling.md)
- [How can I change the Spacing between my Products?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-change-the-spacing-between-my-products.md)
- [How to change the Font on my Nav to match my site?](https://docs.maker.co/maker-nav/style-and-branding/how-to-change-the-font-on-my-nav-to-match-my-site.md)
- [How can I show or hide controls on my videos?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-show-or-hide-controls-on-my-videos.md)
- [How can I Mute my Videos?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-mute-my-videos.md)
- [How can I enable Auto-play in Video?](https://docs.maker.co/maker-nav/style-and-branding/how-can-i-enable-auto-play-in-video.md)
- [Can I enable Loop in my videos?](https://docs.maker.co/maker-nav/style-and-branding/can-i-enable-loop-in-my-videos.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-nav/style-and-branding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
