Skip to content

Instantly share code, notes, and snippets.

@apih
Created December 4, 2021 13:36
Show Gist options
  • Save apih/188036edd6d3f8743839f3df0d162eb9 to your computer and use it in GitHub Desktop.
Save apih/188036edd6d3f8743839f3df0d162eb9 to your computer and use it in GitHub Desktop.
OnPay: Hide dropship and distributor links in the main page
<style type="text/css">
a[href$="/dropship/"], a[href$="/distributor/"] {
display: none !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment