• Resolved webwizz

    (@webwizz)


    I asked about this before and you gave me some CSS but it doesn’t work. I’ve had to change the CSS in the plugin but every time I update it gets wiped out. There is a highlight color when any of the input fields are hovered over.

    This is the CSS you gave me:
    .cp_cff_11 #fbuilder .fields.highlight{background: transparent !important;}

    but this is also in the stylesheet at calculated-fields-form/templates/11/style.css with the cream color so it doesn’t work.

    Hope you can help me with this.

    Geraldine

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @webwizz,

    You can use a more specific selector, in whose case wouldn’t be needed modify the files with every update of the plugin, only enter the style definition through the “Customize Form Design” attribute in the “Form Settings” tab:

    
    #primary .cp_cff_11 #fbuilder  .fields.highlight{background: transparent !important;}
    

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Background color on fields on hover’ is closed to new replies.