-
adding borders to specific cells or rows
-
I need to add borders around specific rows and columns, not just a single border around the whole table. Is this possible and how do I do it? If I can’t add borders to cells or rows through the builder, is it possible to add a CSS class to table rows or cells so I can add the border with CSS?
-
Hi Amy,
Sorry for the late reply.
Unfortunately, both setting specific borders and adding a class is in the works right now.
If you want to target tables using CSS you can use the class “wptb-table-container”.
If you want to target any specific table, you can use the class “wptb-table-ID” where you have replace ID with the table ID. You can find table IDs in tables list in your dashboard.
Please let me know if you need further assistance.
Regards.
Log in to reply.