When trying the code you listed it still does not do anything to the site map or details page when calling in from a custom asp page. I have put the following in the css
#geodir_map_v3_home_map_1_cat {display: none;}
When looking at the source code for the static page the code shows up but does not remove the category location from the map.
The code being called for the map on the static page is:
Listings-
[gd_listings post_type=”gd_place” layout=1 category=”1,3″ post_number=”10″ list_sort=”az”]
Map-
[gd_homepage_map width=100% height=425 scrollwheel=true zoom=1 autozoom=true]
Bottom line is I am trying to show the listings with just the name and no icons, images, or other extra stuff with a small font and the map not show any categories and not sure how to fix it.
Is there any type of tutorial or more detail documentation on how to edit the code or css to allow me to complete my task?