Forums Forums Search & Filter Pro Change Background and Button Colors?

Viewing 10 posts - 11 through 20 (of 28 total)
  • Anonymous
    #40241
    This reply has been marked as private.
    Anonymous
    #40247
    This reply has been marked as private.
    Trevor
    #40248
    .sf-field-submit input[type="submit"] {
      background; #ff8cc6;
    }

    You should learn to use Firefox with the Firebug addon, or an Inspect Element tool in Chrome or Safari. Then you can do this yourself.

    Anonymous
    #40249
    This reply has been marked as private.
    Trevor
    #40250

    Does my little experiment above work, which I took from one of your other solutions?

    Asking me for style decisions – not a good idea. Are we done with this thread and can I mark it resolved and close it, maybe?

    Anonymous
    #40251
    This reply has been marked as private.
    Trevor
    #40252

    My bad 🙁

    A typo … ; should be a : after background

    .sf-field-submit input[type="submit"] {
      background: #ff8cc6;
    }
    Anonymous
    #40259
    This reply has been marked as private.
    Trevor
    #40262

    I need to show you what my browser sees. Do you have skype?

    Trevor
    #40285

    Anyway, it is the error in the css that I said was there. You may not be able to see it, but believe me, it is there. That greater than symbol needs deleting and re-typing in. If you view the page source (the raw html) you will see what I mean.

Viewing 10 posts - 11 through 20 (of 28 total)