Hello - We are using tables quite a bit on this site and the template is formatting the table by adding a visible line between each row. Please can you assist me in removing this line so that nothing of the table shows. See attached screenshot
aurelia01 Hi,
You can try with this custom css:
.article-content table td { border-top: none !important; }