Custom CSS to cells
-
Hi, I read a FAQ, but I would like to add many style to particular cells.
Whether there is a faster way to simplify this code?:.tablepress-id-1 .row-6 td:nth-child(1), .tablepress-id-1 .row-16 td:nth-child(1), .tablepress-id-1 .row-17 td:nth-child(1), .tablepress-id-1 .row-18 td:nth-child(1), .tablepress-id-1 .row-30 td:nth-child(1), .tablepress-id-1 .row-31 td:nth-child(1) { background-image: url(image.png); }
Unfortunately, image may not be in every cell.
When you have many tables and rows its problematic to check any row number ??Thank you in advance for your response.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom CSS to cells’ is closed to new replies.