Remove Table Borders
-
This is a BEAUTIFUL plugin. Thank you for such a streamlined knowledge base.
I’ve only seen one issue. As soon as I installed the plugin, table borders appeared around every instance of an HTML table on my site. These are not pages related to the knowledgebase plugin. They are my own pages. Here’s an example of borders that appeared around every table cell.
And I’ve searched everywhere (my own CSS style sheet, the HTML behind the tables, the KBE style sheet), and can’t figure out how to remove the table borders.
I would assume the solution is to remove the “border: 1px solid #D3D3D3” line in the KBE CSS below, or to set the border to 0px, but when I do, and save the plugin, nothing changes on the live site. However, if I deactivate the Knowledgebase plugin, all borders on my tables disappear.
Help Please!
–Craig
#kbe_container table {
margin: 10px 0px;
}
#kbe_container table th {
font-weight: bold;
}
#kbe_container table, th, tr, td {
border: 1px solid #D3D3D3;
padding: 4px;
font-size: 12px;
}
- The topic ‘Remove Table Borders’ is closed to new replies.