Home Forums WoodMart support forum hide prefooter in product page

hide prefooter in product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164878

    viseljewelry
    Participant

    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.
    #164880

    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

Viewing 2 posts - 1 through 2 (of 2 total)