Remove Info Box from Category & Destination Pages

Please see the screenshot below for what we are going to remove here:

  1. Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box, and add the code below inside your Custom CSS box:
.content-intro .map-col .holder {
display: none;
}

Thank you