Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #873290

    Can you let me know how I remove table styling only on one page?

    #873375

    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

    #875495

    Thank you!

    #875510

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove table styling only on one page’ is closed to new replies.