Title: Static selection area without hover
Last modified: May 30, 2019

---

# Static selection area without hover

 *  Resolved [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * (@wordpressivan007)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/)
 * Hello Codepeople!
 * Glad to say hello!
 * I would like to leave the field that I select with the default color but static
   without hover.
 * I have tried it but I have not achieved it so far.
 * What I want static is marked with a red arrow in the following image:
 * [https://www.dropbox.com/s/s933rv705v83b7d/Imagen%201.jpg?dl=0](https://www.dropbox.com/s/s933rv705v83b7d/Imagen%201.jpg?dl=0)
 * regards
 * Anibal
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstatic-selection-area-without-hover%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11588206)
 * Hello [@wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * I’m sorry, but I don’t understand what do you want. The bright green displayed
   when you move the mouse over the field is being applied by your own style definition:
 *     ```
       #fbuilder .verde input:hover {
           border-color: #00ef3f !important;
           border-width: 1px !important;
           box-shadow: 0 0 1em #00ef3f !important;
           transition-duration: 500ms !important;
       }
       ```
   
 * Best regards.
 *  Thread Starter [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * (@wordpressivan007)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11588535)
 * Hello Codepeople!
 * I do not mean the green field, I mean the box when you approach the field, the
   hover is a clear coffee color almost transparent, this I mean, you understand
   me now?
 * I need this without hover…
 * regards
 * Anibal
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11588585)
 * Hello [@wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * In this case, the style definition you should use would be:
 *     ```
       #fbuilder .fields.cff-highlight{background:transparent !important;}
       ```
   
 * Best regards.
 *  Thread Starter [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * (@wordpressivan007)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11590493)
 * Hello Codepeople!
 * And this code is for the whole form or only for one in specific?
 * I just need to make this modification in the one marked with the red arrow…
 * regards
 * Anibal
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11590512)
 * Hello [@wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * The style affect to every field in the form. If you want that the change only
   affect for example to the fields you have assigned the class: verde, the style
   definition would be:
 *     ```
       #fbuilder .verde.cff-highlight{background: transparent !important;}
       ```
   
 * If you want that the change affect to a specific field, assign to it a custom
   class name, for example: my-field, and define the style as follows:
 *     ```
       #fbuilder .my-field.cff-highlight{background: transparent !important;}
       ```
   
 * Best regards.
 *  Thread Starter [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * (@wordpressivan007)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11592306)
 * Hello Codepeople!
 * Everything is clear enough now.
 * The only thing I need is that it always shows up without the need to put the 
   cursor (mouse) on it.
 * You can help?
 * regards
 * Anibal
 *  Thread Starter [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * (@wordpressivan007)
 * [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11592493)
 * Hello Codepeople!
 * I understand it perfectly.
 * I am going to donate to you and I am going to buy the platinum version of the
   plugin, I find your work wonderful.
 * I need a little more time, this is a bit difficult situation in Guatemala.
 * regards
 * Anibal

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

The topic ‘Static selection area without hover’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [wordpressivan007](https://wordpress.org/support/users/wordpressivan007/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/static-selection-area-without-hover/#post-11592493)
 * Status: resolved