• Resolved moooke

    (@moooke)


    Introduce me a selector to make changes to all input and output fields

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

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

    (@codepeople)

    Hello @moooke

    I’m not sure about your request, but if you want to edit the styles of all input tags, the selector would be:

    
    #fbuilder input[type="text"],
    #fbuilder input[type="number"],
    #fbuilder input[type="email"],
    #fbuilder input[type="date"],
    #fbuilder input[type="password"]{
    /* Your CSS rules here */
    }
    

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘selector’ is closed to new replies.