Home › Forums › Trusted Pro › Button Colors › Reply To: Button Colors
April 3, 2018 at 5:44 pm
#4368
Yazmin
Keymaster
This is for the standard button in your posts/pages content.
In Additional CSS, add the following, changing the colors to your own values:
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #00bc96;
color: #fff;
}