How do I get rid of the default theme cookie banner on Shopify?

While default theme cookie banners on Shopify are a great additional feature, they don’t always work properly or aren’t customizable enough. So, if you’ve decided to turn off the default theme cookie consent popup or banner, here’s a quick guide on how to do it:

  1. In your Shopify Admin dashboard, head to Online Store > Themes.
  2. Click the More (three horizontal dots) button by your theme and press Edit code.
  3. Find the Assets folder and click the Theme.css file.
  4. Insert the code demonstrated below:
[aria-label="cookieconsent"] {
    display: none !important;
}

If you’re looking for a highly customizable cookie consent banner that takes just a few clicks to implement, try out TinyCookie for free.

Try TinyCookie now

Recent articles