mikejmoran of Speak Creative
3/19/2019 - 7:45 PM

Remove All Day

$('.upcoming-events-wrapper span:contains("All day")').each(function(){
	$(this).html($(this).html().split("All day").join(""));
});