New Landing How can we help? Cardinal Transparent Dark Button Border Color

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

    css below works, except cannot get transparentdark button border color to display as white, appreciate any suggestions.

    [sf_button colour=”transparentdark” type=”standard” size=”large” link=”http://” target=”_self” icon=”ss-highvolume” dropshadow=”no” extraclass=””]alternative rock[/sf_button]

    ——————————————

    table.standard_minimal td {
    border: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    }
    .sf-table.standard_minimal a.sf-button.pink, .sf-table.standard_minimal a.sf-button.transparentdark {
    width: 100%;
    height: 44px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 49px;
    text-align: center;
    }
    .sf-table.standard_minimal a.sf-button.large {
    font-size: 20px;
    }
    .sf-table.standard_minimal a.sf-button.pink:hover, .sf-table.standard_minimal a.sf-button.grey:hover, .sf-table.standard_minimal a.sf-button.transparentdark:hover {
    border-color: #1e73be;
    background-color: #1e73be;
    }

    #91249
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    a.sf-button.transparent-dark {
      border: medium none #ffffff;
    }

    – Kyle

    #91262
    icecast
    Member
    Post count: 182

    did not work, tried it your way and below

    .sf-table.standard_minimal a.sf-button.transparent-dark {
    border: medium none #ffffff !important;
    }

    #91274
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please direct me to the page with the button you are referring to

    – Kyle

    #91284
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    #91289
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can add this to your custom css:

    a.sf-button.transparentdark {
      border: 2px solid #fff;
    }

    However why not use transparent light instead of transparent dark? As you can see here: http://cardinal.swiftideas.com/asset-reference/shortcodes/buttons-social-icons/ for dark backgrounds we use transparent light

    – Kyle

    #91296
    icecast
    Member
    Post count: 182

    perfect, thank you!

    #91298
    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