At the bottom of the page where there are related products you cannot read the H2 title of the product
I try to h2.woocommerce-loop-product__title {color:#000!important;} but do not work
on your css there must be a rule set those headings to display: none:
.av-masonry-date, .slide-meta,
.single-product .related h2 {
display: none !important;
}
because of your merging – i can not give you more precise info where this is. Hope you can find it yourself.
Because it is set to important – it may not be overwritten in quick css.