> For the complete documentation index, see [llms.txt](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/theme-options/theme-styling.md).

# Theme Styling

### Theme Options > Theme Styling&#x20;

You are able to edit&#x20;

* Site Background
* Colors
* Typography
* Border & Rounded

## Site background

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

You are able to set up the body background of your site:

* Select Color
* Select Background Repeat style (No Repeat/ Repeat All/ Repeat Horizontally/ Repeat Vertically/ Inherit)
* Select Background Size (Inherit/ Cover/ Contain)
* Select Background Attachment (Fixed/ Scroll/ Inherit)
* Select Background Position (Left top/ Left center/ Left bottom/ Center top/ Center center/ Center bottom/ Right top/ Right center/ Right bottom)
* Upload selected media

You can also be able to choose your page blocks style as Normal or Border Block&#x20;

## Colors

You are able to change:&#x20;

* Primary color&#x20;
* Secondary color&#x20;
* Box color (text, background)&#x20;
* Text color&#x20;
* Link color&#x20;
* Heading color&#x20;
* Button color&#x20;
* Button hover color&#x20;
* Form color&#x20;
* Focus color&#x20;
* Pagination number color&#x20;

![](/files/BYG7OGgHls6Fg9gUD3XZ)

## Typography

{% hint style="danger" %}
This section contains general typography options. Additional typography options for specific areas can be found within other sections. Example: For breadcrumb typography options go to the breadcrumb section.
{% endhint %}

You are able to customize:&#x20;

* Body Typography&#x20;
* Heading Typography&#x20;

(Font family, line height, letter spacing)

* Font size&#x20;
* Widget title&#x20;
* etc.

![](/files/joOIlSdpogNZ8CkFqkt1)

## Border & Rounded

Where you can set box rounded for button

![](/files/WKI97mINKXUXNqj2qQ2z)


---

# 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://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/theme-options/theme-styling.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.
