Elvazur Posted November 10, 2019 Share Posted November 10, 2019 Hi everyone! Does anyone know how to remove the header content from ALL the product details page, without removing it from the main products page? I looked up the subject in other posts in the forum, but none of the suggestions worked for me. Here's one of the pages: https://nizarphotography.com/order-prints/qucdrpywrevk7378eqfacl80bytyi8 I'd like to keep only the bottom half (the product and its details). Here's everything I tried: /* remove header */ body#collection-item-5dc5900dbf1e312858698fd0 header.Header.Header--bottom.Header--overlay { display: none; } /* remove top bar */ body#collection-item-5dc5900dbf1e312858698fd0 header.Header.Header--top { display: none !important; } body#collection-item-5dc5900dbf1e312858698fd0 { display: none; } I hope you can help me out with this. Thank you. Link to comment
tuanphan Posted November 10, 2019 Share Posted November 10, 2019 Add to Home > Design > Custom CSS .collection-type-products.view-item div#headerWrapper { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Elvazur Posted November 10, 2019 Author Share Posted November 10, 2019 Thank you tuanphan for your response. I tried the code, but unfortunately, it had no effect on the page. Is it possible that I'm doing something wrong? Link to comment
tuanphan Posted November 10, 2019 Share Posted November 10, 2019 3 minutes ago, Elvazur said: Thank you tuanphan for your response. I tried the code, but unfortunately, it had no effect on the page. Is it possible that I'm doing something wrong? Where did you insert? I just checked. Header was hidden... Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Elvazur Posted November 10, 2019 Author Share Posted November 10, 2019 Sorry, it did actually remove the navigation menu, but what I intended to do is only removing the "image banner" and text under it, keeping the product details only (with the navigation menu). Link to comment
tuanphan Posted November 10, 2019 Share Posted November 10, 2019 2 minutes ago, Elvazur said: Sorry, it did actually remove the navigation menu, but what I intended to do is only removing the "image banner" and text under it, keeping the product details only (with the navigation menu). Okay. Remove Code I sent, and use this .collection-type-products.view-item .page-header { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Elvazur Posted November 10, 2019 Author Share Posted November 10, 2019 You rock dude. Thanks a lot! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.