THere is a div tag I am trying to hide. I know how to hide it with CSS - display:none, but it does not have an id or class, and I can not add one as it is generated by a plugin that I am not comfortable with changing. I am sure there has to be a way to do this with css, but I am not sure how, exactly. If you could help me out that would be great.
NOTE: it is wrapped in an <a> tag, but there is an image that is as well, and changing the css to hide <a> tags gets rid of the content I want to hide, and the image I want to be visible. Please advise.
WEBSITE:
http://174.120.16.66/~thomasse/meet-the-team/
I am trying to get rid of the <div> with the link to get directions at the bottom of the info box that pops up when you click on the map marker.
Thanks