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

# Footer

The footer appears at the bottom of your storefront and helps customers find important links, contact information, social profiles, newsletter signup, localization selectors, payment icons, and copyright details.

Frameora uses a curated footer layout designed for photo product, wall art, photo tile, canvas print, framed print, and gallery wall stores.

### Open footer settings

<figure><img src="/files/09RtIylJSTsKDi6dOEdn" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
To edit the footer:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* In the theme editor sidebar, select **Footer**.
* Adjust the footer settings.
* Click **Save**.
  {% endhint %}

***

### Logo

Use the **Logo** setting to upload the logo shown in the footer.

If no footer logo is selected, Frameora may use the default theme logo.

### Logo width

Use **Logo width** to control the size of the footer logo.

Adjust the width until the logo looks balanced in the footer on desktop and mobile.

***

### Social media

Frameora can show social media icons in the footer.

Supported footer social links include:

* Facebook
* Instagram
* TikTok
* Pinterest

Each social platform includes a URL field and a setting to show or hide the icon.

{% hint style="success" %}
To show a social icon:

* Add the social profile URL.
* Enable the matching icon setting.
* Click **Save**.
  {% endhint %}

Only add active social profiles that belong to your store or brand.

***

### Follow on Shop

Frameora supports Shopify’s native **Follow on Shop** button.

Enable **Show Follow on Shop** if you want the button to appear in the footer.

The Follow on Shop button is controlled by Shopify. It may only display when your store meets Shopify’s eligibility requirements, such as Shop channel and Shop Pay availability.

Do not create a fake Follow on Shop button. Frameora uses Shopify’s native Follow on Shop output.

***

### Newsletter signup

Frameora can show a newsletter signup area in the footer.

Footer newsletter settings include:

* Show newsletter signup
* Newsletter heading
* Newsletter text
* Newsletter button label

Frameora uses Shopify’s native customer/newsletter form. Newsletter signups are stored in Shopify according to your customer and marketing settings.

***

### Payment icons

Enable **Show payment icons** to display payment icons in the footer.

Payment icons are controlled by Shopify and your store’s payment settings. The icons shown may depend on the payment methods enabled for your store.

***

### Copyright

Frameora includes copyright display settings.

Available settings include:

* Show date in copyright
* Show shop name in copyright
* Show Powered by Shopify

Enable or disable these options based on how you want the footer copyright line to appear.

***

### Country/region selector

Enable **Show country/region selector** to display the country or region selector in the footer.

This selector only works when Shopify Markets is configured for your store.

If the selector does not appear, check your Shopify Markets settings.

***

### Language selector

Enable **Show language selector** to display the language selector in the footer.

This selector only works when multiple store languages are added and published in Shopify.

If the selector does not appear, check your Shopify language settings.

***

### Footer links

Frameora uses a curated footer link layout with columns for common store areas such as support, resources, products, photo and wall art content, and exploration links.

These links are designed to give customers quick access to important store pages, policies, collections, products, and helpful content.

Make sure the linked pages, products, collections, blogs, and policies exist in your Shopify admin.

***

### Save your changes

After editing the footer, click **Save**.

{% hint style="success" %}
If changes do not appear immediately:

* Refresh the storefront.
* Open the page in a private browser window.
* Confirm you edited the correct theme.
* Confirm the correct theme is published or previewed.
  {% endhint %}


---

# 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://docs.lufavo.com/frameora/global-sections/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.
