How can I create a modal product info popup?

Hi,

I try to create extra info for some products with a modal-box popup. Something like this> https://www.bimago.art/canvas-prints/people/women/female-body-1-part-vertical-138844.html

If you click on the Click here link a very short explanation plops up.

Does anybody know how to do that?

Thanks!!!

Hi @tiptophomedecor ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.grid-link__image.grid-link__image-sold-out.grid-link__image--product .badge--sold-out+.grid-link__image-centered .EzfyReveal-second-image {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Hi, I tried this but is not working. Thank you for your time!!!