Overlay is showing on updating cart on cart page

Topic summary

A cart overlay issue is occurring where the overlay that appears when adding products to the cart is also incorrectly displaying when updating product quantities directly on the cart page.

Troubleshooting Steps:

  • GemPages initially provided CSS code to be added above the </body> tag in theme.liquid
  • The user reported this solution didn’t work and also affected the checkout page
  • GemPages then provided updated code with modified instructions

Current Status:

  • The issue remains unresolved
  • The latest recommendation involves adding revised code to theme.liquid above the </body> tag, specifically avoiding placement in header.liquid or checkout pages
  • Awaiting confirmation on whether the updated solution resolves the overlay problem
Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

When adding a product to the cart, the cart drawer opens and an overlay applies on the page but also affects the cart page when I increase or decrease the product on the cart page.

Website URL: https://wilwo.in/

Hello @wilwoin

I would like to give you some recommendations to support you
Please help me by add this code to your theme.liquid above the tag


Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

I tried adding this code in theme.liquid, header5.liquid and checkout page also but it didn’t worked.

Hello @wilwoin

I would like to give you some recommendations to support you
You can update the above code with the following code and check again:


You just need add this code to your theme.liquid above the tag without adding header5.liquid file and checkout page

Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages