The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
How do you remove "EDIT IN FORM BUILDER" from the header? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: How do you remove "EDIT IN FORM BUILDER" from the header? (/showthread.php?tid=2817) |
How do you remove "EDIT IN FORM BUILDER" from the header? - bikini_browser - Jan 20th, 2014 Folks: I LOVE your software. It's great! Only I have a few problems... How do you remove "EDIT IN FORM BUILDER" from the header? It is not needed and looks bad. I also need to know how to move move the navigation links down a few lines because they are currently conflicting with the red header as seen here: http://neoideas.com/quotes.php Both these problems can been viewed at that site... This shows up especially in IE 8. and IE 11. Please advise... Dale RE: How do you remove "EDIT IN FORM BUILDER" from the header? - Joe - Jan 21st, 2014 Hi Dale, I know we discussed this offline already however I wanted to post this for the benefit of our other users. The edit button only appears when you are logged into Form Tools. To fix your issue, find this code: #content { padding: 18px; padding-top: 24px; } update it to: #content { padding: 18px; padding-top: 85px; } Normally you could just go through the interface but this styling you've used is pulling from the core default theme. These are the steps you would take to edit the style sheet through the admin interface. - Click Forms in the main navigation - Go to your form and click the "Edit" icon on the right - Click "Publish" tab - Click on the template set to edit it - Click "Resources" tab to edit the CSS (this is your style sheet for the template set which controls the look and feel of the form) - Click the "Edit" icon beside CSS - Edit the style sheet Cheers, Joe |