• How can I change the color of the buttons throughout the entire site? I want the color to be #000080 with white text.

    Website is dchistory.org

    thank you!

Viewing 1 replies (of 1 total)
  • Hi John,

    Thanks for writing in!

    How can I change the color of the buttons throughout the entire site?

    Please add the following code under your Appearance > Theme Options > Custom CSS:

    .btn,
    .button,
    input[type="submit"] {
        background: #000080 !important;
        border-color: transparent !important;
    }

    Hope this helps.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Evolve Global Button Color Change’ is closed to new replies.