How can I remove the cookie consent popup from the Minimog theme?

Topic summary

A user running the Minimog theme wants to remove its built-in cookie consent popup, as they’re already using a separate cookie app.

Solution provided:

  • Navigate to: Online Store β†’ Theme β†’ Edit code β†’ Assets β†’ theme.css
  • Add the following CSS code:
[aria-label="cookieconsent"] {
  display: none !important;
}
  • The original poster confirmed this solution worked.

Alternative method suggested:

  • Go to Settings β†’ Customer Privacy β†’ Cookie Banner β†’ More Actions β†’ Remove

Note: One user mentioned the Prestige theme uses a different file path, indicating solutions may vary by theme version.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hey I am using an App for Cookies but (I guess) the Theme itself has an inbuilt Cookies Popup? How Can a remove this Cookies Popup?

I am using the Minimog Theme.

Hi @sabovintage

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

[aria-label="cookieconsent"] {
    display: none !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like

Thanks for the reply! It worked!

Hi,

I found the path (I guess):

Online Store ->Theme ->Edit code ->Assets ->Theme.css but nothing with cookies :cry:

I’m using the theme Prestige

Bro go to > Settings > Costumer Privacy > Cookie Banner > More Actions > Remove

Thats it