Can you let me know how I remove table styling only on one page?
Hey web4698,
Sure, you can add this css code in Quick CSS (located in Enfold > General Styling):
.page-id-4197 table tr {
background-color: #fff !important;
}
.page-id-4197 table th,
.page-id-4197 table td {
border: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
Thank you!