> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/press.md).

# Press

***

The **Press** section is designed to showcase brand credibility by displaying logos of media outlets, partners, or publications, along with optional quotes. It helps build trust and highlight recognition from external sources.

### 1. Our guide to set up a Press section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Press.**
* Click **Save.**
  {% endhint %}

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

### 2. **Section settings**

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

* **Subheading**: Add a short supporting line above the main heading (e.g., source or context of the quote).
* **Heading:** Main title of the section (e.g., *As featured in*).
* **Heading size:** Adjust the prominence of the heading.
* **Space between logos:** Controls spacing between logo blocks for better visual balance.
* **Inactive logo opacity:** Sets the opacity of logos when not hovered.
* **Color scheme:** Applies colors to the section background and text.
* **Quote settings**
  * **Text font:** Choose whether quotes use heading font (more emphasis) or body font (more subtle).
  * **Text size:** Adjust the size of the quote text.
  * **Content width:** Controls the width of the quote area for better readability.

### **3. Logo block settings**

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

Each block represents one press logo and its associated quote.

* **Image:** Upload the logo of the press outlet, brand, or partner.
* **Desktop image width:** Adjust logo size on desktop.
* **Mobile image width:** Adjust logo size on mobile for better responsiveness.
* **Quote:** Add a testimonial or statement related to the logo (e.g., a press mention or review).


---

# 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://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/press.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.
