New Landing How can we help? Cardinal Button Active

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

    hi, any suggestions to make this css work when accordion button active?

    .sf-button.large.transparent-dark.default.genre-music:active,
    .sf-button.large.transparent-dark.default.genre-audio:active {
    background: orangered !important;
    border: 2px solide white !important;
    }

    #97418
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You just want to do it in the music and audio elements?

    If you want to do it in all active accordions try the code bellow

     .spb_accordion .spb_accordion_section > h4.ui-state-active{
    background: orangered !important;
    border: 2px solide white !important;
    }

    -Rui

    #97465
    icecast
    Member
    Post count: 182

    i only want to use orangered in the music and audio elements. other accordion buttons will have different background colors.

    #97575
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok. Then try this one

    
    
    #ui-accordion-1-header-2 h4.ui-state-active, #ui-accordion-1-header-1 h4.ui-state-active{
    background: orangered !important;
    border: 2px solide white !important;
    }
    

    -Rui

    #97645
    icecast
    Member
    Post count: 182

    thanks, but how does that have anything to do with the buttons i originally mentioned? that just looks like active accordion headers …

    .sf-button.large.transparent-dark.default.genre-music:active,
    .sf-button.large.transparent-dark.default.genre-audio:active {
    background: orangered !important;
    border: 2px solide white !important;
    }

    #97900
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Didn’t understand that, you should have mentioned that were the buttons inside accordion Music/Audio.
    Also a screenshot always help, it’s faster for both.

    Is this you want to change?
    https://www.dropbox.com/s/p8s40652de1i44y/accordion_buttons.png

    It seems that they are already oranged and with the white border.

    -Rui

    #97988
    icecast
    Member
    Post count: 182

    figured out workaround

    #98001
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – 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 one of the following items
Login and Registration Log in · Register