Borders displaying even with Custom CSS set to "border: none"
-
I’d like to get borders to not show. I’ve added this code to the Custom CSS box and checked the box next to “Load these “Custom CSS” commands to influence the table styling”
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}The border is showing in my table though:
https://www.paulwesterberg.com/b/music/replacements/Here’s the code from the page:
<table id=”tablepress-4″ class=”tablepress tablepress-id-4″>
<caption style=”caption-side:bottom;text-align:left;border:none;background:none;margin:0;padding:0;”>Edit</caption>
<tbody>
<tr class=”row-1″>
<td class=”column-1″><img src=”https://www.paulwesterberg.com/b/wp-content/uploads/2014/11/14s-150×150.jpg” alt=”14 songs paul westerberg” width=”150″ height=”150″ class=”alignnone size-thumbnail wp-image-230″ /></td><td class=”column-2″>Mauris dictum nisl a dui mattis, eu mattis enim dictum. Etiam purus ante, commodo eget faucibus sit amet, vestibulum a massa. Suspendisse ultrices vel mi eu pulvinar</td>
</tr>
<tr class=”row-2″>
<td class=”column-1″></td><td class=”column-2″></td>
</tr>
<tr class=”row-3″>
<td class=”column-1″></td><td class=”column-2″></td>
</tr>
<tr class=”row-4″>
<td class=”column-1″></td><td class=”column-2″></td>
</tr>
<tr class=”row-5″>
<td class=”column-1″></td><td class=”column-2″></td>
</tr>
</tbody>
</table>Thanks.
- The topic ‘Borders displaying even with Custom CSS set to "border: none"’ is closed to new replies.