How do I hide a specific div class inside ? [closed]

Also when I apply #hawaii-map as the class, nothing happens.

If ‘hawaii-map’ is the class, try using:

.hawaii-map { display: none; }

The ‘#’ is for if it’s id='hawaii-map, not class.