New Landing How can we help? Cardinal Minimal Table CSS

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #90784
    icecast
    Member
    Post count: 182

    hi, trying to create custom css for minimal table with code below but does not work

    .sf-minimal-table is probably wrong, appreciate any suggestions

    ——————————–

    .sf-minimal-table a.sf-button.black, .sf-minimal-table a.sf-button.white, .sf-minimal-table a.sf-button.blue, .sf-minimal-table a.sf-button.grey, .sf-minimal-table a.sf-button.lightgrey, .sf-minimal-table a.sf-button.orange, .sf-minimal-table a.sf-button.turquoise, .sf-minimal-table a.sf-button.green, .sf-minimal-table a.sf-button.pink, .sf-minimal-table a.sf-button.gold, .sf-minimal-table a.sf-button.transparentlight, .sf-minimal-table a.sf-button.transparentdark {
    width: 75%;
    height: 49px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 49px;
    text-align: center;
    }
    .sf-minimal-table a.sf-button.large {
    font-size: 18px;
    }

    #90807
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    That code is only targeting the buttons in the table, what are you trying to change?

    – Kyle

    #90815
    icecast
    Member
    Post count: 182

    i already have a standard bordered table that uses code below – want to have different css styling for minimal table than bordered table

    ————————

    .sf-table a.sf-button.black, .sf-table a.sf-button.white, .sf-table a.sf-button.blue, .sf-table a.sf-button.grey, .sf-table a.sf-button.lightgrey, .sf-table a.sf-button.orange, .sf-table a.sf-button.turquoise, .sf-table a.sf-button.green, .sf-table a.sf-button.pink, .sf-table a.sf-button.gold, .sf-table a.sf-button.transparentlight, .sf-table a.sf-button.transparentdark {
    width: 100%;
    height: 49px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 49px;
    text-align: center;
    }
    .sf-table a.sf-button.large {
    font-size: 28px;
    }

    #90823
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So you want to change the button in the table?

    – Kyle

    #90825
    icecast
    Member
    Post count: 182

    i want to use different css styling for minimal table and bordered table

    #90839
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The classes are:

    .sf-table.standard_minimal {
      
    }

    and

    .sf-table.standard_bordered {
      
    }

    – Kyle

    #90880
    icecast
    Member
    Post count: 182

    perfect, works great, thank you!

    #90883
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register