Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Change Button Styling Reply To: CAN'T IDENTIFY CSS TO CHANGE SUBMIT BUTTON COLORS

#148311
lothsun
Participant

Here is the CSS you want to edit.

.button, #searchsubmit, input[type="submit"] {
background-color: #515151 !important;
}