How to remove title from size chart popup

My website is https://meteorea.com/ I want to hide page title from a popup what opens size guide

Hello @paulverseckas

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

.product-popup-modal__content-info h1.h2 { display: none !important; }

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

Perfect! Thank you very much

hello, i am following the steps but the title is still showing. Can you guide me through a video tutorial?