I am trying to update my Nintex Form so it does not show a border around it. You will see in the screenshot attached that a border is put around the form when you publish it and view it in SharePoint.
When I look for the CSS that is controlling it, I find that .nf-filler-container is how the border is being displayed. I do not see that CSS class in the form settings or layout settings.
How do I remove the border around the form so it does not show up anymore?
Also, I am using Nintex Forms O365 and SharePoint Online. Thanks.
Solved! Go to Solution.
Hello Kris Fox -
Try adding the following to your CSS in the form:
.nf-filler-container{
border: none;
}
You should see results like this:
Hope this helps!
I had a feeling that was going to be the answer. I was hoping I could adjust it within the Nintex UI.
I will just do this for now. Thanks.
Quick question - where in the form should I add the CSS? I actually tried to do it in Form Settings -> Appearance -> Form CSS Class, and in Layout Settings -> Appearance -> Layout CSS Class with no results.
Should I be adding this somewhere else?
Hi,
I added this to the custom CSS section but it doesn't work, border still appears. any ideas on why this would be the case?