- This topic has 1 reply, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Button Colors’ is closed to new replies.
Home › Forums › Trusted Pro › Button Colors
Tagged: button
I am sure I am missing it somewhere but where/how can I change the button color using a hex code? Thanks!
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;
}