jenren100 Posted January 24, 2021 Share Posted January 24, 2021 (edited) Could anyone tell me how to delete the navigation bar in the cart? I'm using 7.1. I have multiple navigation headers because I have two ceramic brands. Some are hidden depending on what part of the site you are on. This is working well thanks to using code found on this forum. So thanks to all you experts helping newbies tweak their websites. I now just need a simplified cart without all the navigation headers. I have seen this question before but the code I tried hasn't worked even with a few modifications. Any help gratefully received. Thanks again! Edited May 20 by jenren100 Link to comment
Solution tuanphan Posted February 2, 2021 Solution Share Posted February 2, 2021 Hi. I answered your email. You can check again. If it works, you can also share for other members. jenren100 1 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
jenren100 Posted February 3, 2021 Author Share Posted February 3, 2021 Amazing thank you Tuanphan Any chance you could share the code to get rid of the logo too? For other users the code to hide the navigation bar was... /* Hide cart page navigation */body#cart .header-nav { visibility: hidden;}body#cart .burger-box { visibility: hidden;} Link to comment
jenren100 Posted February 3, 2021 Author Share Posted February 3, 2021 I've found the answer from another post you have answered from someone else. You really are fabulous Tuhanpahan! Thank you. Code for others is... (I only needed the header so deleted the footer bit) body#cart header#header { display: none; } body#cart footer#footer { display: none; } 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