How Do I Remove the Border in a Table in a Footer in a Zoho Sites Website?
To remove the border of the table in the footer area, go to Themes > Custom CSS Editor, paste the code given below and save the changes.
.themeFooterArea td {
border-width: 0px;
}