Borders > Footer section & group

The footer group refers to the bottom part of your store, which appears on all pages and contains useful information that needs to be repeated in every page.

By default, it consists of two sections, but you can add almost any section you want to the footer group.

Footer section

The footer content is set through 7 available blocks:

  • Text. Add a simple rich text block that can accept various. Don't use heading (H1 - H6), because it will break the design and you already have headings at the top.
  • Menu. Use to add a simple menu to the footer.
  • Image. Can be used for store images, products, or trust badges. Can be linked to a page.
  • Payment icons. Will display the payment icons that are available if you are using Shopify Payments.

Payment icons only work with Shopify Payments, so if you're using any other payment platform you will need to implement a custom solution to show up payment icons, maybe have them all inside an image block.

  • Social icons. Will display links to the platforms set up in Theme Customizer > Settings > Social.
  • Language / country selectors. Will display the appropriate selectors, if local currencies or markets are properly configured.

As section options, you can change the layout and also the title style.

Copyright bar

The other default section is the copyright bar where you get some automated written copyright info and also the "powered by shopify" link.

If you want to remove the "powered by shopify" link you can add the following code inside the Theme Customizer > Custom CSS area:

.powered-by-shopify {

display: none !important;

}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.