Make table borderless
-
Hi
if you want to make your table borderless, try add/change this line
/* =Tables
————————————————————– */
th,
td,
table {
border: 1px solid #ddd;
}TO
/* =Tables
————————————————————– */
th,
td,
table {
border: none;
}
The topic ‘Make table borderless’ is closed to new replies.
