> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/shark-documentation/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/shark-documentation/overview/shop-the-look.md).

# Shop the look

###

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Section visibility</td><td>Choose 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>Make top corners rounded</td><td>Select this checkbox to show the top corners rounded of the section.</td></tr><tr><td>Make section fullwidth</td><td>Check this checkbox to show all images in equal height. </td></tr><tr><td>Enable swipe on mobile</td><td>Check this checkbox to enable swipe of blocks on the mobile.</td></tr><tr><td>Show single product on hover(desktop)</td><td>Check this checkbox to show a single product on hover of the image, in case only one hotspot is enabled.</td></tr><tr><td>Heading</td><td>Type heading text.<br><em>(Note: To highlight the text with a different color, simply wrap it in bold.)</em></td></tr><tr><td>Heading size</td><td>Choose from H1-H6 to determine the heading size.   </td></tr><tr><td>Heading tag</td><td>Choose the heading tag from H1-H6 for SEO purposes.</td></tr><tr><td>Heading alignment</td><td>Choose from <strong>Left</strong> or <strong>Center</strong> to determine the heading alignment.</td></tr><tr><td>Colors</td><td><p><strong>Color scheme</strong> <br>Choose the color scheme.</p><p><em>Note: These can be managed from Theme settings> color schemes.</em><br><br><strong>Section background</strong><br>Choose any color for the section background color. It works with the rounded corners only.<br><br><strong>Heading highlight</strong><br>Choose any color for the highlighted heading color.</p></td></tr><tr><td>Section padding</td><td><p><strong>Top spacing (desktop)</strong></p><p>Adjust the range bar to add spacing at the top of the section for desktop view.<br></p><p><strong>Bottom spacing (desktop)</strong></p><p>Adjust the range bar to add spacing at the bottom of the section for desktop view.<br></p><p><strong>Top spacing (mobile)</strong></p><p>Adjust the range bar to add spacing at the top of the section for mobile view.<br></p><p><strong>Bottom spacing (mobile)</strong> <br>Adjust the range bar to add spacing at the bottom of the section for mobile view.</p></td></tr></tbody></table>

### Block setting

<table data-header-hidden><thead><tr><th width="287"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Image</td><td>Choose any image.</td><td></td></tr><tr><td><h4>Marquee</h4></td><td><strong>Enable marquee text</strong><br>Select this checkbox to enable the marquee text.<br><br><strong>Show marquee on hover</strong><br>Select this checkbox to enable the marquee text on hover only.<br><br><strong>Disable marquee on mobile</strong><br>Select this checkbox to disable the marquee text on mobile view. It will work on desktop onlyy.<br><br><strong>Direction</strong><br>Choose the marquee direction from:<br>-Left to right<br>-Right to left<br><br><strong>Text</strong><br>Type the marquee text.<br><br><strong>Marquee color</strong><br>Choose the marquee text color.<br><br><strong>Marquee background</strong><br>Choose the marquee background color.<br><br><strong>Opacity</strong><br>Adjust the range bar to determine the background opacity.</td><td></td></tr><tr><td>Hotspot 1-3</td><td><strong>Enable hotspot</strong><br>Check this checkbox to show the hotspot above the image.<br><br><strong>Product</strong><br>Choose any product to link with the image.<br><br><strong>Horizontal position</strong><br>Adjust the range bar to decide the horizontal position of hotspot.<br><br><strong>Vertical position</strong><br>Adjust the range bar to decide the vertical position of hotspot.<br><br><strong>Spot color</strong><br>Choose any color for the spot color.<br><br><strong>Spot background color</strong><br>Choose any color for the spot background color.</td><td></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/shark-documentation/overview/shop-the-look.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.
