acid__bat Posted January 7, 2021 Share Posted January 7, 2021 Site URL: https://parboild.com/shop I need to hide both the header and footer on my order confirmation page. I got it to hide on the cart page using this code: body#cart { header#header { display: none !important; } footer.sections { display: none; } } But I can't figure out the confirm page. Any help is appreciated. Thank you! Link to comment
tuanphan Posted January 10, 2021 Share Posted January 10, 2021 Try adding to Home > Design > Custom CSS /* Order confirmation - remove header footer */ div#confirmed-page { header#header, footer.sections { 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
acid__bat Posted January 11, 2021 Author Share Posted January 11, 2021 On 1/9/2021 at 10:33 PM, tuanphan said: Try adding to Home > Design > Custom CSS /* Order confirmation - remove header footer */ div#confirmed-page { header#header, footer.sections { display: none; } } It's not working for some reason. 😞 Here's the latest confirmation page, hopefully it will work for you. https://www.parboild.com/checkout/order-confirmed?oid=5ffc9f5727cb936a503e2b69&authCode=NWZmYzlmNTcyN2NiOTM2YTUwM2UyYjY5OjIwMjEtMDEtMTFUMTg6NTY6MjEuNzAzWoyg4mqN-gnIZeWJ-ztPxQnrJyKyw-M_4NOEW28BnCNM Link to comment
acid__bat Posted January 11, 2021 Author Share Posted January 11, 2021 Oh! Nevermind @tuanphan. I got it to work with: #order-confirmed header#header, footer.sections { display:none; } Thank you! Link to comment
tuanphan Posted January 13, 2021 Share Posted January 13, 2021 Text is a bit narrow. Do you want to increase width on tablet only? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.