Remove Pop-up

There is a pop-up on my store that needs coding to remove. Can someone help me?

Hello @joy161
Can you share store URL?

Hi @joy161

Would you mind to share your store URL? Thanks!

Perfect Modesty (perfect-modesty.myshopify.com)

Perfect Modesty (perfect-modesty.myshopify.com)

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#ps-desktop-widget__body-container { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.