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

# Footer

### Configure footer section

Select the customize theme option. Click on the dropdown menu at the top of the page to select the **Home page** templat&#x65;**.**

From the left side menu, select **Footer**.

Customize the section by utilizing the setting 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>Footer</td><td><p><strong>Enable stacked view</strong><br>Select this checkbox to show the footer in stacked view.<br><br><strong>Show stacked full width</strong></p><p>Select this checkbox to show the footer in the stacked view with full width.<br></p><p><strong>Show stacked border</strong><br>Select this checkbox to show the borders around the footer in the stacked view.</p><p></p><p><strong>Logo</strong></p><p>Select the image to add a logo. </p><p> </p><p><strong>Custom Logo width</strong> </p><p>Adjust the slider to select a custom logo width. <br><br><strong>Logo position</strong><br>Select from the top and bottom to select the logo position.<br><br><strong>Description</strong><br>Enter any text for the description.<br><br><strong>Open mobile menu by default</strong><br>Select the checkbox to enable the default expanded view of the footer menus on mobile devices.</p></td></tr><tr><td>LANGUAGE SELECTOR</td><td><strong>Enable language selector</strong><br>Select the checkbox to show/hide a language selector.</td></tr><tr><td>CURRENCY SELECTOR</td><td><strong>Enable currency converter</strong><br>Select/deselect the checkbox to show/hide a currency selector.</td></tr><tr><td>PAYMENT METHODS</td><td><strong>Show payment icons</strong><br>Select/deselect the checkbox to show/hide the payment icons.</td></tr><tr><td>FOLLOW ON SHOP</td><td><strong>Enable Follow on Shop</strong><br>Select/deselect the checkbox to show/hide the follow-on shop button. For more information regarding this, go through this <a href="https://help.shopify.com/en/manual/online-store/themes/customizing-themes/follow-on-shop">link</a>.</td></tr></tbody></table>

### Block settings

<table data-header-hidden><thead><tr><th width="284"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Menu</td><td><p><strong>Heading</strong><br>Add text to appear as the title.<br>(<em>Note: Heading is required to show the menu.)</em></p><p><br><strong>Heading link</strong><br>Add a link to the heading title.<br><em>(Note: Only applicable if the menu is blank.)</em><br><br><strong>Menu</strong><br>Select any menu to display its first-level menus in the footer drawer, which opens on click of a heading.</p></td><td></td></tr><tr><td>Social media icons</td><td><p>This block displays the social media icons.</p><p><br><strong>Heading</strong><br>Add any text to appear as a heading.</p><p><em>(Note:</em> To display your social media accounts, link them in your theme settings -> social media)</p></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/fame-documentations/overview/footer.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.
