Hi team
I need some CSS code to remove the table border in contenttables. See link attached
Regards
Thomas
Hey netfex,
Try this code in the General Styling > Quick CSS field:
#top.page-id-1049 th {border-width: 0px!important; }
#top.page-id-1049 td {border-width: 0px!important; }
#top.page-id-1049 tr th:first-child, tr td:first-child{border-left-width: 0px!important; }
#top.page-id-1049 tr:first-child th, tr:first-child td{border-top-width: 0px!important; }
Please clear any cache plugin and your browser cache and check.
If this is not what you had in mind, please include a screenshot to point out which borders to remove.
Best regards,
Mike
Thank you very much!