Comments Nathan started the conversationApril 4, 2015 at 3:28amI followed your directions to remove the header and footer from pages and it worked well. How do I remove the header and footer from a post? Woocomerce puts products on posts not pages and I need to suppress the header and footer for these as well. 8,849Tahir repliedApril 4, 2015 at 3:21pmCan you provide page url of any such post . You can find out by viewing the page source and the class that is in the body tag . Thanks ThemeNectar Support Team Nathan repliedApril 4, 2015 at 4:33pmHere: http://redditbomb.com/?product=150-upvotes 8,849Tahir repliedApril 6, 2015 at 1:54pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :.single-product.postid-55 #header-outer { display: none !important; } .single-product.postid-55 #header-space { display: none !important; } .single-product.postid-55 #footer-outer { display: none !important; } body.single-product.postid-55 { background-color: #F8F8F8 !important; }Thanks ThemeNectar Support Team Sign in to reply ...
I followed your directions to remove the header and footer from pages and it worked well. How do I remove the header and footer from a post? Woocomerce puts products on posts not pages and I need to suppress the header and footer for these as well.
Can you provide page url of any such post . You can find out by viewing the page source and the class that is in the body tag .
Thanks
ThemeNectar Support Team
Here: http://redditbomb.com/?product=150-upvotes
Hey Again,
Thanks
ThemeNectar Support Team