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

Viewing 10 posts - 1 through 10 (of 28 total)
  • Anonymous
    #39829

    Can you please tell me how to change the background and button colors? I know nothing except that I can add CSS code, if you give it to me, into a little box. Need beginner information. Thank you!

    Anonymous
    #39831

    PS – my theme has a color class so it would be nice to use that. If possible. Thanks.

    Trevor
    #39986

    Hi

    Can you give me a live url to look at to make this for you?

    Anonymous
    #40226
    This reply has been marked as private.
    Anonymous
    #40232
    This reply has been marked as private.
    Trevor
    #40234

    Something like this would work:

    #search-filter-form-6905 {
      background: #222666;
    }

    But you might want to add some padding as well, so instead it might look like this:

    #search-filter-form-6905 {
      background: #222666;
      padding: 10px;
    }

    Change the values as you need. Of course, this only works for form ID 6905!!

    Anonymous
    #40236
    This reply has been marked as private.
    Trevor
    #40237

    Well that is the background for the form, sorry.

    BRB with code for the boxes!!

    Trevor
    #40239
    .sf-field-search input.sf-input-text {
      border: 1px solid #333444;
      background; #eeeddd;
    }
    Anonymous
    #40240
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 28 total)