Title: Styling individual forms
Last modified: August 21, 2016

---

# Styling individual forms

 *  Resolved [simone.f](https://wordpress.org/support/users/simonef/)
 * (@simonef)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/styling-individual-forms/)
 * Dear developer,
 * I request your help once again: is there a way to create individual visual styles
   for the forms, so that each form has a different background color for the ‘search’
   button?
 * I can change the color for all the forms by changing background-color in .button
   and .button:visited, but I’d like to give individual colors.
 * best regards,
    Simone
 * [https://wordpress.org/plugins/ultimate-wp-query-search-filter/](https://wordpress.org/plugins/ultimate-wp-query-search-filter/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/styling-individual-forms/#post-4886485)
 * If only the button is what you concerned, then you should try this:
 *     ```
       #uwpqsffrom_357 > .uwpqsf_submit > .usfbtn{background:#000!important}
       #uwpqsffrom_354 > .uwpqsf_submit > .usfbtn{background:red}
       ```
   
 * The ‘357’ and ‘354’ is should replaced by your form id.
 * If you want to customize the entire form, then you should check this [post](http://9-sec.com/support-forum/?mingleforumaction=viewtopic&t=133#postid-557)
   out. The post show you how to create different search form theme.
 *  Thread Starter [simone.f](https://wordpress.org/support/users/simonef/)
 * (@simonef)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/styling-individual-forms/#post-4886500)
 * Thank you very much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Styling individual forms’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-wp-query-search-filter_fcfcfc.
   svg)
 * [Ultimate WP Query Search Filter](https://wordpress.org/plugins/ultimate-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-wp-query-search-filter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [simone.f](https://wordpress.org/support/users/simonef/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/styling-individual-forms/#post-4886500)
 * Status: resolved