I had made changes to the widget_business_hours.php file, so it isn’t that. After the recent update I’m seeing that horizontal line in several widgets.
Update: Oops, it’s coming from another plugin. I’ll investigate further and post an answer if it benefits others.
Update: I don’t know what was causing the
to display, but ultimately I just ended up using this:
#widget-business-hours-3 hr {
display: none;
}
May not be the best solution, but it works.