Home Forums Trusted Pro Button Colors

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4360
    Phillip Allen
    Participant

    I am sure I am missing it somewhere but where/how can I change the button color using a hex code? Thanks!

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Button Colors’ is closed to new replies.