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:
- In your Shopify Admin dashboard, head to Online Store > Themes.
- Click the More (three horizontal dots) button by your theme and press Edit code.
- Find the Assets folder and click the Theme.css file.
- 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.