Forums › Forums › Search & Filter Pro › Change Background and Button Colors?
- This topic has 27 replies, 2 voices, and was last updated 8 years, 8 months ago by Anonymous.
-
Trevor(Private) March 22, 2016 at 5:23 pm #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!!
-
AuthorPosts