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

    Hi team

    I need some CSS code to remove the table border in contenttables. See link attached

    Regards
    Thomas

    #911116

    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

    #912195

    Thank you very much!

    #912198

    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 ‘CSS code for contenttable styling’ is closed to new replies.