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
acapella Posted June 8 Share Posted June 8 Hi, I tried this but when I put either of those codes into the advanced HTML section, it removes all background colors I've set for that page, as well as a photo I have placed in my footer. Why does this happen? Link to comment
tuanphan Posted June 23 Share Posted June 23 On 6/8/2023 at 5:51 PM, acapella said: Hi, I tried this but when I put either of those codes into the advanced HTML section, it removes all background colors I've set for that page, as well as a photo I have placed in my footer. Why does this happen? What is your site url? We can check problem easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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