How can I disable a popup on my website?

Topic summary

A user is trying to remove a popup from their Shopify website (alkemiejewelry.com) but cannot locate the setting in their theme or connected apps.

Solution Provided:

  • Add CSS code .mc-modal { display: none !important; } to hide the popup
  • Navigate to: Online Store → Themes → Edit Code → Assets → timber.scss.liquid
  • Insert the CSS at the bottom of the file

Status: The issue appears resolved, with the original poster thanking the responder for the working solution.

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

Hello! I am trying to disable this pop up on https://www.alkemiejewelry.com/ and I cannot find anywhere in the theme settings or the connected apps. Any advice? Thank you!

@kcfritschner
Hello,

.mc-modal {
	display: none !important;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

Thank you!

@kcfritschner
Hello,
Welcome
this solution its useful so please like solution
thanks