Uninstall Guide
Go to your Shopify admin dashboard and click on the Apps tab.
Click the delete icon next to app CoverUp.
Click Uninstall.
To finish you need to remove some elements from the theme code:
In theme.liquid, search and delete:


In the theme snippets, search and delete hide-paypal-button-cart.liquid and hide-paypal-button-prod.liquid.

Go to your Shopify admin dashboard and click on the Apps tab.
Click the delete icon next to app CoverUp.
Click Uninstall.
To finish you need to remove some elements from the theme code:
In theme.liquid, search and delete:
{% include 'hide-paypal-button-cart' %}
{% include 'hide-paypal-button-prod' %}
<style type="text/css">.shopify-payment-button{display: none !important}</style>
<style type="text/css">.additional-checkout-button.additional-checkout-button--paypal,.additional-checkout-buttons,.cart__additional_checkout_buttons,.cart__additional_checkout,.cart-additional-checkout-buttons{display: none !important}</style>


In the theme snippets, search and delete hide-paypal-button-cart.liquid and hide-paypal-button-prod.liquid.

Updated on: 06 / 04 / 2020