Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello @vangarini,

    You can change the colors of buttons by overriding our default css rules.

    We use the following classes for buttons:

    button.bg-green-button
    button.bg-red-button
    button.bg-orange-button
    button.bg-blue-button

    You can give https://www.bestcssbuttongenerator.com a try. I find it a great time-saver! Select the needed button style and click the Get CSS button. The css rules will be copied to your clipboard. Then go to the stylesheet of your child theme (I hope you use one) and paste the contents of your clipboard. You will most likely receive the rules for the class .myButton, so you will need to replace .myButton with e.g. button.bg-blue-button. Save your stylesheet and then next time you select the blue button, you will get your style instead of our predefined.

    Please note that https://www.bestcssbuttongenerator.com works best in Firefox.

    I hope this answers your question. If not, please let me know how I can help.

    Thread Starter vangarini

    (@vangarini)

    thank you!
    worked, graet plugin!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘custom button color’ is closed to new replies.