Home Forums Trusted Pro Button Colors Reply To: Button Colors

#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;
}