Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1313334

    He everyone, hope you all are doing well!

    I just updated Enfold and noticed that quote forms are no longer appearing how they were previously. I have quote forms within expandable Accordions. Now when you open the accordian to see the form, it is impossible to see where you are supposed to fill in each section. See private content for more info.
    Thanks!

    #1313719

    Hey 34oldcat29,
    Thank you for your patience and the link to your page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .main_color .input-text, 
    #top .main_color input[type='text'], 
    #top .main_color input[type='input'], 
    #top .main_color input[type='password'], 
    #top .main_color input[type='email'], 
    #top .main_color input[type='number'], 
    #top .main_color input[type='url'], 
    #top .main_color input[type='tel'], 
    #top .main_color input[type='search'], 
    #top .main_color textarea, 
    #top .main_color select,
    #top .ninja-forms-field.nf-element {
        border-color: #777;
    }

    Best regards,
    Mike

    #1313993

    Thanks for getting back to me.
    I inserted the css, but no change. I tried viewing from a few different computers but get the same results. Page link attached.

    #1314121

    Hi,
    I thought we were talking about the outline around the input fields for your form, I am seeing these now, please clear your browser cache and check.
    2021-08-03_001.png

    Best regards,
    Mike

    #1314207

    Yes, your screenshot looks perfect, I just can’t see it on any computer or phone, even after dumping cache and restarting. Hmmm.

    #1314349

    Hi,
    Thanks for the feedback, I examined your site further and found an error in your custom css here:

    /* Landscape */
    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1624px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1) {...

    this rule has no closing bracket so all of the rules below it are in it.
    I assume that you ment to have the closing bracket before the comment: /* Table maker pRO */, try adding one here:
    2021-08-04_001.png
    then clear your browser cache and check.

    Best regards,
    Mike

    #1314570

    Wow! that did the trick, I can also see the outlined cells in the accordion form. Thank you so so much!!

    #1314620

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘cells no longer outlined in Ninja forms after Enfold update’ is closed to new replies.