Hi iam working on a shopify website , here is the link https://i6g770fcpgv7w1o8-53431074968.shopifypreview.com/, the help I want is to show the title of the product which is coming over the image only on hover of the product image, can please some one guide me
<style>
span#tit_pro {
display: none;
}
.ProductItem__LabelList:hover + span#tit_pro {
display: block;
color: red;
}
</style>
<span id="tit_pro">MYSHA FUCHSIA SCHIFFLI-ORGANZA DRESS</span>
<span class="ProductItem__Label Heading Text--subdued">New</span>