New Landing How can we help? Cardinal Customizing Tables

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #138182
    uwehc
    Member
    Post count: 18

    Hi there,

    Is it possible to build a table via Shortcode without lines? Maybe you can provide me with a workaround to remove the horizontal lines of the Standard Minimal Table. A CSS-snipet which changes the line color would work, too.

    Thanks!
    Uwe

    #138186
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The solution it’s only achievable by adding css.

    Add the code below to your custom css option.

    
    table.standard_minimal td {
    border-bottom: 0px solid #e4e4e4!important;
    }
    table td {
    border-top: 0px solid #ededed!important;
    }
    

    -Rui

    #138311
    uwehc
    Member
    Post count: 18
    This reply has been marked as private.
    #138339
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace this code below

    
    table.standard_minimal td {
    border-bottom: 0px solid #e4e4e4!important;
    }

    by this one

    
    table.standard_minimal td, table {
    border-bottom: 0px solid #e4e4e4!important;
    }

    -Rui

    #138340
    uwehc
    Member
    Post count: 18

    It’s working.
    Thanks a lot!

    #138341
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register