How to remove wording (Terms & Conditions Privacy Policy) from subfooter in Pipeline Theme

How can I remove the wording in the subfooter (Terms & Conditions Privacy Policy)?

Link to site: https://1p0ugltgdz6oyihi-57200312371.shopifypreview.com

Hi @awirtz !

You will need to go >footer section and uncheck the “show policy” feature. Here is the screenshot for your reference:

Hello, thank you for the help. I don’t have that Policy links check box on my site, or at least where I am looking is not the correct spot. I have attached a screenshot of what my dashboard looks like. I am using the Pipeline theme. Thank you!

Link to site: https://qdwp0iwdetlih3dl-57200312371.shopifypreview.com

@awirtz Please follow below steps to remove the wordings from subfooter. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes” → “Customize”.
  2. Search for “Subfooter” section and click to edit like in the below attached screenshot.

  1. Search for the “Link List” field and click “Change” and choose “Remove menu” option like in the below attached screenshot.

  1. In addition, if you want to center the copyright information text, search for the “Custom CSS” field at the bottom of the section and add the below code to the field like in the below attached screenshot.
.subfooter__items {
    justify-content: center !important;
}

Then, the final output will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Thank you very much for the help, that worked. I appreciate you time.