Views Filter Helptext

Request Type: 
General Assistance
Author: 
Michael Harris
Issue/Request: 

On this page, I’m seeing the helptext “Leave blank for all. Otherwise…” and I would like for that text not to appear. Is there a way within the Views configuration to remove that text?

Appreciatively, Michael

Not sure why this is suddenly showing up but the only way I was able to get rid of it was with CSS

.views-exposed-widget .description {
display:none;
 
}