I read in another thread that this would work.
.Country+label, .Country {
display
:
none
;}
However, in my implementation this is hiding the input field for "Country" but it leaves behind the label for "Country." What CSS can I use to hide the label AND the input field?