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

    Hello,
    I’m trying to create a simple table, with no borders. I’ve tried to specify simple styles to the table itself and also in the simple CSS editor in the theme. Neither is working.

    What recommendations do you have?

    #1203775

    Hey dnweil,

    Add this to quick css:

    tr:first-child td{
    border-top:none!important;
    }
    
    tr td:first-child{
    border-left:none!important;
    }

    Best regards,
    Jordan Shannon

    #1203802

    THANK YOU! This worked : )

    Be well!

    #1203804

    Hi,

    No problem! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Table Styles’ is closed to new replies.