View Single Post
Old 11-17-2012, 08:02 PM   PM User | #1
cm123077
New Coder

 
Join Date: Aug 2012
Posts: 83
Thanks: 4
Thanked 0 Times in 0 Posts
cm123077 is an unknown quantity at this point
How can I hide this div?

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
cm123077 is offline   Reply With Quote