How can I delete the policy list from my checkout page?

Hello,

I would like to remove the policies list from my checkout page. I found an older solution but doesn’t work for me. I use the Dawn theme. Thanks In Advance.

Hi @koukoube ,

Please share your store url…

Hi @oscprofessional ,

https://animearrings.com/

To customize check out page we need Shopify Plus plan.

But i think it’s not possible to remove police’s from any page, because every e-commerce business has to be declared its own policies for delivery, product quality and privacy.

@koukoube

ul.policy-list {
    display: none;
}

add this css in this file.

**Hi @koukoube **

I understand you’re currently using Dawn theme and would like to remove your store’s policies from the footer section of your checkout page. May I ask why you would like to remove this section? It is definitely possible to modify this section to allow for a cleaner looking checkout footer. However, the policy information can be helpful to customers for reference and for customers who haven’t previously viewed these links within your footer section.

Before we proceed with how to remove this section, I’d like to suggest saving the content from your policy section ex: Refund policy, Shipping policy, Privacy policy and Terms of service in a word document or safe place as you’ll need this information later.

After you’ve saved the information from each policy section, you’ll want to navigate to your Shopify admin, Settings > Policies section. While on the Policies page, please select Show HTML and then remove the content from the policy section. You’ll need to do this section by section to ensure the content is removed. I’ll share a screenshot below for better visibility.

Screenshot from my test store using Dawn theme of my checkout with policies visible in footer:

Navigate to Settings > Policies section. Select Show HTML and remove policy content from each section.

Checkout footer without store policies displayed

Now that you’ve removed the content from each policy section you’ll notice that the content is also removed from the policy footer on your storefront but the navigation menu is still visible. To ensure that you have your policies displayed on your storefront, you’ll need to reference back to the policy information you saved previously.

First navigate to your Shopify admin, Online Store > Pages section. You’ll need to create a page for each policy. I’ll share this help resource on how to create pages to be visible on your online store.

Once you’ve created each policy page, make sure that you’ve selected each page to be visible. After you’ve saved your work select Online Store > Navigation > Footer Menu and you can remove the unused policy pages and add your new policy pages that you’ve created in your Pages section. The expected outcome is to now see your newly created policy pages within the storefront footer menu and not see any policy pages appear at checkout.