lornem Posted June 3, 2022 Share Posted June 3, 2022 Hi, I have a main navigation for my website which is fine. I created a separate page for my client and I want to create some navigation categories/titles specific to their page.Question - Can I create a new navigation specifically for this one page and how would I do this? Thanks. Link to comment
derricksrandomviews Posted June 4, 2022 Share Posted June 4, 2022 (edited) I think so. One way would be to hide the header for that page using this code in the page advanced code injection: <style> header { display: none !important; } <style> Then add a text block at the top of the page with text or button links to the urls you want for that client. You are basically building a one page site. If you want to keep the logo or other parts of the header and just hide the nav bar this code should work for you. Then you would build your own nav bar as above. <style> .primary-nav { display: none; } <style> I you don't want this page to show up on the Nav bar on all the other pages, put this page in the unlinked section of your site. Edited June 4, 2022 by derricksrandomviews Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment