Hi Stacey,
that should be possible with this "Custom CSS":
.tablepress {
border-bottom: 2px solid #ff0000;
}
Depending on the other CSS that you are using, it might be necessary to add the !important
command right after the #ff0000
and before the ;
.
Regards,
Tobias