Remove Country and Activities on a list page

Hi, i have managed to remove the number of Countries and Activities from the home page with you given CSS, but on a activity page its still showing, please have a look at the screen shot and url. thank you

http://www.tourily.seofish-test.com/product-category/gastronomy/

Hello,

If you want to remove this from other pages, please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS and add the CSS below:

.article .thumbnail .meta {
display: none;
}

Thank you