jborgman
Hi
There is only border in the module titles that you can remove/override by custom.css file
here is style
.module_round_box-centered .s5_mod_h3_outer:before {
content: "";
display: block;
border-top: solid 3px #F1F1F1;
width: 90%;
height: 3px;
position: absolute;
top: 17px;
}
You can set display:none; property to hide it.