Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @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

    (@wordpressivan007)

    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

    (@codepeople)

    Hello @wordpressivan007

    In this case, the style definition you should use would be:

    
    #fbuilder .fields.cff-highlight{background:transparent !important;}
    

    Best regards.

    Thread Starter wordpressivan007

    (@wordpressivan007)

    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

    (@codepeople)

    Hello @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

    (@wordpressivan007)

    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

    (@wordpressivan007)

    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.