Hello,
Try to add the following code snippet to the Custom CSS section in Theme Settings to fix the issue
.product-quick-view .product_meta {
display:block!important;
margin-bottom:0!important;
}
.product-quick-view .product_meta>span {
display:none!important;
}