KenzyDawnPhotography Posted January 5, 2020 Share Posted January 5, 2020 Is it possible to hide the Logo, Navigation bar, and footer on the shopping cart page? I've used codes to hide all these elements on other pages, but I can't seem to find a way or a code to do this on the shopping cart. Link to comment
tuanphan Posted January 5, 2020 Share Posted January 5, 2020 Yes. You can with custom code. However you should share site url to check. Each template will have different code. 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
KenzyDawnPhotography Posted January 5, 2020 Author Share Posted January 5, 2020 I'm in the middle of a domain transfer, so I'm currently still using the URL Squarespace provided me with. Here is the URL https://algae-dachshund-xk86.squarespace.com/lucky-penny/xdvmuy4ltowdyoib2psnxechjpbkgl On this page I'd like to get rid of the footer, but the custom body-#collection code I found on page source isn't working. This one if I'm correct: body#collection-5e1147f588456a2a6f4b20ae footer#footer { display: none !important; } And then on the shopping cart page, both the navigation, logo and the footer are still showing up. I can't find a place to put the code injection for the header on the shopping cart page, and I tried putting in this code for the footer on Custom CSS but it didn't work: body#collection- cart footer#footer { display: none !important; } https://algae-dachshund-xk86.squarespace.com/cart Thanks for looking into this! Link to comment
tuanphan Posted January 5, 2020 Share Posted January 5, 2020 Cart Page Add to Home > Design > Custom CSS body#cart header#header { display: none; } body#cart footer#footer { display: none; } Above Page body#item-5e1147f588456a2a6f4b20ae { .extra-wrapper.page-header, footer#footer { display: none !Important; } } 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
KenzyDawnPhotography Posted January 5, 2020 Author Share Posted January 5, 2020 Thank you! Is there a way I can hide the Mobile Menu Link on the Shopping Cart page as well?? Link to comment
tuanphan Posted January 6, 2020 Share Posted January 6, 2020 3 hours ago, KenzyDawnPhotography said: Thank you! Is there a way I can hide the Mobile Menu Link on the Shopping Cart page as well?? body#cart div#mobileMenuLink { display: none; } 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
KenzyDawnPhotography Posted January 6, 2020 Author Share Posted January 6, 2020 14 minutes ago, tuanphan said: body#cart div#mobileMenuLink { display: none; } Where do I input that code? Link to comment
tuanphan Posted January 6, 2020 Share Posted January 6, 2020 7 minutes ago, KenzyDawnPhotography said: Where do I input that code? same above code 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
KenzyDawnPhotography Posted January 6, 2020 Author Share Posted January 6, 2020 30 minutes ago, tuanphan said: same above code I tried that but it's not working when I put it in Custom CSS Link to comment
tuanphan Posted January 6, 2020 Share Posted January 6, 2020 14 hours ago, KenzyDawnPhotography said: I tried that but it's not working when I put it in Custom CSS keep the code and let me know, i will try checking again. 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
Archived
This topic is now archived and is closed to further replies.