Can't remove Border above table row

Hi guys,

We are struggling to remove this really simple border line and can’t fix it anywhere in the CSS.

View this home page and scroll down the section called “THE BRIDAL PARTY” to where there are peoples faces. We are using a basic table and it’s creating the border there.

http://joshandtammy.co.za/

Any help will be great :slight_smile:

Thanks,
C

Hi There,

Thanks for writing in!

Please try adding this CSS to your THeme Option -> Global css and let us know how this goes.

table th, table td {
 border-top: 0px !important;
}

Hope this helps!
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.