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

# Logos

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

## The section is managed through:

Customize Theme → Sections → Template → Logos

## Introduction:

Partner logos serve as a valuable asset for showcasing your business's affiliations, collaborations, or endorsements with other brands, organizations, or individuals. Displaying partner logos on your Shopify store can help build credibility, establish trust, and strengthen relationships with your audience. In this section, we'll explore the various settings and customization options available for managing and showcasing partner logos effectively, empowering you to highlight your valued partnerships and affiliations.

## Settings Overview:

The Settings Overview provides a comprehensive look at all the customization options available within the 'Logos' section, allowing the merchant to manage and display your partner logos strategically across your Shopify store.

* **Make section full width:** Allows the user to use the full width of the screen (small gaps are left at both ends that cannot be absorbed).
* **Color scheme:** With that setting, the user can choose the color scheme of the Logos section. For more information on setting up the color schemes, refer to Theme settings → Colors → Schemes.
* **Heading:** Enter a heading for the section.
* **Caption:** Enter a caption for the section.
* **Heading size:** Gives control over the heading font size.\
  One of three possibilities is to be chosen: Small, Medium or Large.

## Add Logo:

* **Image:** The user can select the logo by uploading an image or SVG file.&#x20;
* **Logo SVG Code:** Here, the logo SVG code could be directly put in.
* **Link:** Link to the desired web address.


---

# 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://luxoria-docs.okrisedesign.com/logos.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.
