Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #194200

    Hi,

    I have the Formidable CSS configured to show the errors in a form with a red line around the field like this: http://d.pr/i/pte3/2BZ64bBy but all I’m getting is the field name: http://d.pr/i/MxKu/1o7BkA5Y

    Any chance to have the field border in red?

    #194236

    Hi sitesme!

    Can you please give us a link to the actual contact page?

    Best regards,
    Ismael

    #194240
    This reply has been marked as private.
    #194261

    Hey!

    Please try this on your custom.css or Quick CSS:

    .with_frm_style .frm_blank_field label, .with_frm_style .frm_error {
    color: #fe777b;
    width: 200px;
    display: block !important;
    }

    Regards,
    Ismael

    #194270

    Thank you Ismael, but no luck.

    Just to confirm: need the red line border around each field with error.
    It also started showing the error messages which I have hidden by choice using CSS on Formidable itself.

    #194686

    Hi!

    Try following code

    
    #top .with_frm_style .form-field.frm_blank_field input{
    border-color: #ff0000 !important;
    }
    
    

    Regards,
    Peter

    #378081

    Hi,

    I have this form with a big gap on top and above the form: http://d.pr/i/14c1q/2DpxZI6K

    Can you please confirm how to remove these gaps?

    #378082
    This reply has been marked as private.
    #378649

    Hey!

    Try with this:

    .sidebar {
        padding-top: 0;
        padding-bottom: 0;
    }

    Best regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘FormidablePRO CSS compatibility 2’ is closed to new replies.