Grey box in banner

I tried making changes, following this article Remove Facebook Pinit Twitter Google+ from tours(which is outdated unfortunately, it appears).

I downloaded the file, realized the article is outdated, and moved the files back. Unfortunately this grey box in the banner appeared, and i cannot get rid of it.

I’ve used backup manager with yesterday’s backup, reinstalled entrada using the latest version (i did the update just last week, and used the same zip file), nothing worked. You can find the grey box here:
https://staging.ertcu.com/product-category/experiences/soft-adventures/

Is there anything you can do to help?

Thanks!

That grey box is the map holder, where you add your icon and text for the category page as shown here: Mountain Biking – Entrada Default You can add those from category options. However, if you just want to get rid of it, add the css below to your custom CSS:

.content-intro .map-col .holder {
display: none;
}

Thanks so much, grey box is gone!