This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hello,
How I can disable Prefooter in shop page?
Thank you!
In the shop page, I like it here:
Hello,
Shop page is a special WooCommerce page and this individual option does not work for Shop page. You can disable footer/prefooter for the site at all then it will disappear for Shop page too.
But if you want to hide it for Shop page only you may do it using custom CSS
.post-type-archive-product .prefooter {display: none;} // To hide prefooter
.post-type-archive-product .footer {display: none;} // To hide footer
.post-type-archive-product .footer-bottom {display: none;} // To hide copyrights
Regards
Hello,
thank you!!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up