My product single page template have a custom code to fire up a sizes chart image at the moment:
it is placed in single page php file
<a href="<?php echo get_theme_file_uri('assets/images/size-table.png') ?>" class="sizes-table-link">Size Chart</a>
I would like that instead of opening this certain image, it will trigger a premade elementor popup that i set earlier that its id is "8175"
Any tips? Thanks