Hi!
1. Is there a way to change de distance between the rows in a table. I think the rows are to heigh. Is this possible witth quick css ?
2. And can you simply remove the borders from any table with quick css?
Hey erikenanne!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
td { padding-top: 2px; padding-bottom: 2px; }
2-
tr:first-child th, tr:first-child td, tr th:first-child, tr td:first-child, td, tr { border: none; }
Best regards,
Yigit
Wow, that’s so nice! Thank you very much, you’re the best!