• Resolved meir321

    (@meir321)


    Hi, I’m trying to change the color of the Active “Latest”, “Top” and “My Requests” using:
    .jck-sfr-filters__filter-item-button.active,
    However, the arrow underneath the button does not change colors. Would you be able to assist how to change that?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter meir321

    (@meir321)

    Hi, any update?

    Spellhammer

    (@spellhammer)

    Hi @meir321,

    Sorry for the delay. Here’s an example showing how to change the color of the buttons and the arrows:

    .jck-sfr-filters__filter-item-button.active {
        background-color: red;    
    }
    
    .jck-sfr-filters__filter-item-button.active:after {
        border-color: red transparent transparent transparent;
    }
    Thread Starter meir321

    (@meir321)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Color of Buttons’ is closed to new replies.