This question has many uses. But specifically, I'm trying to hide the "Track/Pingback" checkbox for discussions on the post/page editor. Part of the code is:
<label class="selectit" for="ping_status">
I know a bit of CSS, but how do i reference the part where it says for="ping_status"? I plan to hide it using some form of this code:
label.selectit { display: none; }