To hide this extra block just add the following CSS to make the extra box invisible:
li a[href="INSERT KNACK LINK PAGE HERE"] {
padding: 0px !important;
}
where you’ll need to add the href of the knack page. e.g. my page is called Support and so the href is “#support”. If you’re unsure of the href value you can also open the live app, right-click, choose “Inspect” and find the href of the element in the HTML.
It’s Open Source (public and free) and easy to setup - no code at all. Just go in the Builder, add a blank page and set its name to something like this:
I don’t appear to get this to work, so I’m wondering if an update to Knack has broken this fix you posted.
Just wondering if you have any ideas (or solutions) to get this to work, as I’d like to create an External Link on my Main Menu to take people back to the my Website which links to my Knack App.
I have revised the code to make this a little easier so thank you for pointing this out. With this code you can copy, you need to change two things, the name of the menu tab you wish for this to work and the URL you wish for this to be directed to.
When copying this code below you will need to Replace inside the quotes New Page on line 4 with your tab name. Then you will need to replace inside the quotes https://www.appknowledged.com with your URL on line 5.
Thank you for working so quickly. I fix work and it’s working perfectly. Might be worth it to mention to people that they need to add a page before [if that makes any sense of.]