This topic has 5 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Bas Kling
Hi,
is ‘t possible to have the prefooter widget display throughout the website, but exclude it on a single product page?
Hello,
Custom CSS code can be used for this. Provide URL, we will help with the code.
Regards
Hi Rose,
thanks for the quick reply.
We only want the prefooter disabled on the single product page for Black Friday: https://prnt.sc/1wi7w7r
URL in private
Hello,
Edit product > custom CSS for product https://prnt.sc/1wi90c2 > add the next code:
.prefooter {
display: none !important;
}
Regards
Works like a charm! Thanks!
Tagged: disable, prefooter, single product, themes, woocommerce, wordpress
The issue related to '‘Disable prefooter on single product page only’' has been successfully resolved, and the topic is now closed for further responses