Hi there, there are 6 digits/characters in a hex color code, so the above color code will not work. There are a lot of buttons in this theme, and the following will cover the majority of them, at least on your main page. I’ve included both non-hover and hover CSS rules for each in case you wish to change both.
.button {
background-color: green !important;
border-color: yellow;
}
.button:hover {
background-color: grey !important;
border-color: white;
}
.minimal.button {
background-color: purple !important;
border-color: orange;
}
.minimal.button:hover {
background-color: yellow !important;
border-color: magenta;
}
input.pushbutton-wide {
background-color: darkblue;
border-color: orangered;
}
input.pushbutton-wide:hover {
background-color: blueviolet;
border-color: yellow;
}