Active
Project:
Corporate Clean
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
23 Nov 2014 at 02:19 UTC
Updated:
12 Nov 2016 at 11:24 UTC
Jump to comment: Most recent
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
Comment #1
devshi.addweb commentedPlease 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.