acid__bat Posted January 7, 2021 Share Posted January 7, 2021 (edited) 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! Edited January 7, 2021 by acid__bat 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 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
acid__bat Posted January 11, 2021 Author Share Posted January 11, 2021 (edited) 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 Edited January 11, 2021 by acid__bat 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 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