-
AuthorPosts
-
July 29, 2021 at 10:31 pm #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!August 1, 2021 at 7:41 pm #1313719Hey 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,
MikeAugust 2, 2021 at 8:43 pm #1313993Thanks 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.August 3, 2021 at 11:40 am #1314121August 3, 2021 at 6:24 pm #1314207Yes, your screenshot looks perfect, I just can’t see it on any computer or phone, even after dumping cache and restarting. Hmmm.
August 4, 2021 at 11:43 am #1314349Hi,
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:
then clear your browser cache and check.Best regards,
MikeAugust 5, 2021 at 5:49 am #1314570Wow! that did the trick, I can also see the outlined cells in the accordion form. Thank you so so much!!
August 5, 2021 at 11:21 am #1314620Hi,
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 -
AuthorPosts
- The topic ‘cells no longer outlined in Ninja forms after Enfold update’ is closed to new replies.