Forums

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

Home Forums CSS Change Button Styling

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #148299
    hendrix940
    Participant

    I’m having a difficult time identifying the CSS to change the coloring on the submit buttons found here: http://66.90.76.122/~hendrixt/cms/join and here: http://66.90.76.122/~hendrixt/cms/contact I’ve combed through the page using Google Element Inspector and it seems like all the background color change options have been disabled. I’m lost and can use expert guidance.

    Thanks.

    #148311
    lothsun
    Participant

    Here is the CSS you want to edit.

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

    #148960
    hendrix940
    Participant

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.