# Bota

Ready-made landing page theme with express checkout option — fast & easy!

### Variables

#### Settings.options

| Parameter                                     | Description                                                                      |
| --------------------------------------------- | -------------------------------------------------------------------------------- |
| settings.options                              | Contains general settings and configurable options for theme content and layout. |
| settings.options.grid\_column                 | Number of product grid columns on desktop                                        |
| settings.options.mobile\_grid\_column         | Number of product grid columns on mobile                                         |
| settings.options.catalogue\_btn\_custom\_text | Custom text for the catalogue button                                             |
| settings.options.footer\_menu                 | Toggle to show footer menu                                                       |
| settings.options.social\_media                | Toggle to show social media links                                                |
| settings.options.btn\_buy\_now\_text          | Custom text for Buy Now button                                                   |
| settings.options.footer\_menu\_handle         | Menu handle used for footer navigation                                           |
| settings.options.search\_menu                 | Toggle to enable search menu                                                     |

#### Settings.colors

| Parameter                                       | Description                                                                               |
| ----------------------------------------------- | ----------------------------------------------------------------------------------------- |
| settings.colors                                 | Contains all color customization options for various theme elements.                      |
| settings.colors.body\_text                      | Color of main body text                                                                   |
| settings.colors.a\_link                         | Color of links                                                                            |
| settings.colors.a\_link\_hover                  | Color of links when hovered                                                               |
| settings.colors.buy\_now\_btn\_bg               | Background color of Buy Now button                                                        |
| settings.colors.buy\_now\_btn\_text             | Text color of Buy Now button                                                              |
| settings.colors.btn\_bg                         | Background color of regular buttons                                                       |
| settings.colors.btn\_text                       | Text color of regular buttons                                                             |
| settings.colors.btn\_border                     | Border color of regular buttons                                                           |
| settings.colors.announcement\_bar\_bg\_color    | Background color of announcement bar                                                      |
| settings.colors.announcement\_bar\_text\_cololr | Text color of announcement bar (typo detected — should be announcement\_bar\_text\_color) |

#### Settings.images

| Parameter                       | Description                                                                                    |
| ------------------------------- | ---------------------------------------------------------------------------------------------- |
| settings.images                 | Contains all image settings for the theme (used in homepage banners, logos, slideshows, etc.). |
| settings.images.header\_logo    | Logo displayed in the website header                                                           |
| settings.images.favourite\_icon | Browser tab icon (favicon)                                                                     |


---

# 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://docs.shoppego.com/en/online-store/themes/themes-type/bota.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.
