> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/king/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/king/overview/promotional-bar.md).

# Promotional bar

### Configure the promotional bar

Select the customize theme option. Click on the dropdown menu at the top to select the **Home page** template.

From the left side menu, select **Promotional bar.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Section visibility</td><td>Select from the options to select the visibility of this section:<br>-Always<br>-Small devices only(On selecting this, the section will be visible on mobile devices only.)<br>-Large devices only</td></tr><tr><td>Color scheme</td><td>Select any color scheme defined in the theme settings>Colors>Schemes.</td></tr><tr><td>Section background</td><td>Choose the background color from solid or gradient. These colors can be managed in the assigned color scheme.</td></tr><tr><td>Background image</td><td>Choose any image from the store.</td></tr><tr><td>Image overlay opacity</td><td>Adjust the range bar to determine the overlay opacity above the image.<br><em>(Note: To change overlay color, edit the scheme "Image overlay background" color in the color scheme under theme settings.)</em></td></tr><tr><td>Corner radius</td><td><strong>Desktop</strong><br>Choose the corner's radius on the desktop view from the following options:<br>- None<br>- Top<br>- Bottom<br>- All sides<br><br><strong>Mobile</strong><br>Choose the corner's radius on the mobile view from the following options:<br>- None<br>- Top<br>- Bottom<br>- All sides</td></tr><tr><td>Left side</td><td><strong>Collection list</strong><br>Choose the collections.<br><br><strong>Description</strong><br>Add description text.  <br><br><strong>Description text size</strong><br>Select the description text size from the following options:<br>- X- large<br>- Large<br>- Medium<br>- Normal<br>- Small<br>- X-small<br><br><strong>Link text</strong><br>Enter the text to show the link.<br><br><strong>Link</strong><br>Add the link to the text.</td></tr><tr><td>Right side</td><td><strong>Show video</strong><br>Select this checkbox to show the video.<br><br><strong>Shopify hosted video</strong><br>Choose the video.<br><br><strong>Video popup size</strong><br>Choose the video size from the following options:<br>- Small<br>- Medium<br>- Large<br><br><strong>Video cover image</strong><br>Choose any image from the store library.<br><br><strong>Heading</strong><br>Type any text to show as the heading.<br><br><strong>Description</strong><br>Type any text to show as the description.<br><br><strong>Description text size</strong><br>Select the description text size from the following options:<br>- X- large<br>- Large<br>- Medium<br>- Normal<br>- Small<br>- X-small</td></tr><tr><td>Section spacing</td><td><p><strong>Desktop top space</strong> <br>Adjust the range bar to add spacing at the top of the section for desktop view.<br></p><p><strong>Desktop bottom space</strong> <br>Adjust the range bar to add spacing at the bottom of the section for desktop view.<br></p><p><strong>Mobile top space</strong><br>Adjust the range bar to add spacing at the top of the section for mobile view.<br></p><p><strong>Mobile bottom space</strong><br>Adjust the range bar to add spacing at the bottom of the section for mobile view.</p></td></tr></tbody></table>


---

# 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://shinedezign.gitbook.io/king/overview/promotional-bar.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.
