I am able to remove the table borders - but I cannot get rid of that top border line.

Is there another way to do this?? Example or problem: http://thementoringcollaborative.org/new/contact

Comments

devshi.addweb’s picture

Please Put below code in your custom css file.

.field-name-body tbody { border-top: none }

.field-name-body tbody is a selector for your table tbody.

Let me know incase of any query/concern.