hide prefooter in product page
-
hi,
i want to hide prefooter in single product page(as attached picture), but cant seem to find the way to disable it, please show me how. because as far as i know other pages have the function to disable the prefooter.
thank you!
Jenny
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, there is no option to hide the pre-footer in the single product page. It is possible to do with custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .woodmart-prefooter {
display:none;
}
Best Regards