• Resolved monoxine

    (@monoxine)


    Is it possible to make different color for each button? If so, then how to make it? Thanks.

    • This topic was modified 6 years, 3 months ago by monoxine.
Viewing 1 replies (of 1 total)
  • Plugin Author ernestortiz

    (@ernestortiz)

    Hi. Yes, you can do it through CSS. For example, if you want your first button in red:

    button.button.alt.link2p-btn:nth-child(1){
    background:red!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Different color for each button’ is closed to new replies.