• Resolved manlyflower

    (@manlyflower)


    This is a pretty minor problem to a great theme so far, but I noticed the one element of the page I couldn’t change was the buttons (to the “submit comment” field, etc.). They are green right now, and I can’t seem to change that. Maybe I overlooked something, but is there a way to customize that?

    Thanks for the wonderful theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dario Devcic

    (@dariodev)

    There is no such option in theme customizer. But you can easily customize buttons by adding css in Customize -> Additional CSS:

    
    .btn,
    .submit,
    button,
    input[type="submit"],
    #content input[type="submit"] {
        background: #00823b;
        border: 1px solid #00823b;
        color: #fff;
    }
    
    • This reply was modified 6 years, 4 months ago by Dario Devcic.
    Thread Starter manlyflower

    (@manlyflower)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Color Customization’ is closed to new replies.