dsgmonkey
You can try this custom css code to lower that red line:
div[class*="t4-section-"] .module-title span:after, .module-title:before {
top: 45px !important;
}
or use this one to hide it:
div[class*="t4-section-"] .module-title span:after, .module-title:before {
display: none !important;
}