Thanks for taking the time to look at my problem! 
I will have a look for all the hidden elements, thanks.
On the same note, I am struggling with the custom CSS and just realised that the theme doesn’t take the custom FONT FAMILY to the shop and product pages?
I’ve found all the classes in a different thread so I’ve used them as guidance but it doesn’t seem to apply the font family even it applies the property (inspect element). I want to have my titles on listings and product page with Clicker font-family as you can see below:
. woocommerce li.product .entry-header h3 {
font-family: "Clicker Script",handwriting;}
.archive.woocommerce .price {
font-family: "Clicker Script",handwriting;}
.woocommerce li.product .entry-header .button, button.single_add_to_cart_button {
font-family: "Clicker Script",handwriting;}
/* Product details page page */
.woocommerce .entry-title {
font-family: "Clicker Script",handwriting;
}
.woocommerce .woocommerce-product-details__short-description {
font-family: "Clicker Script",handwriting;
}
.woocommerce li.product .entry-header .button, button.single_add_to_cart_button {
font-family: "Clicker Script",handwriting;
}
Aren’t the fonts added for all the pages? Or do I have to activate them from setting for the product pages?
Thanks