Amazingly, this works:

#primary .post .entry-meta address { display: none; }

But I have always thought that CSS selectors work at the lowest level. That is, I reckon the above targets address in a div in a div in an ID.

But then, why would address is on its own not target all instances?