Hiding Input and Label via CSS

admin

Administrator
Staff member
I'm using the mailchimp plugin for wordpress and need to hide some of the segments on a list. How would I direct css to hide these elements specific to their name?

Code:
<input type="checkbox" name="group[841][1]" id="mc_interest_841_Camp C" class="mc_interest" value="Camp C">
<label for="mc_interest_841_Camp C" class="mc_interest_label">Camp C</label>