Home Forums WoodMart support forum Prefooter display on one page only

Prefooter display on one page only

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #359030

    Peanutkitten
    Participant

    Hi,
    I made a prefooter (in HTML block), which I only want to display on the shop page. Is there any options for this?
    I don’t want to display it on any other pages of my site (nor the product pages), only on that specific one.

    Thanks in advance!

    #359138

    Hello,

    You can disable the prefooter for the page you want to remove by editing the page.

    Screenshot for Clarification: https://gyazo.com/6b4a3df111cd4cbb84cfa5084f5e5984

    Best Regards

    #363404

    Peanutkitten
    Participant

    Hi,
    yes I know that, but it shows on every single product page and category page. How do I turn that off?

    #363407

    Peanutkitten
    Participant

    Okay, I figured it out from another topic of your support forum.
    I could make the prefooter disappear from product pages and category pages as well with these codes:

    body.single-product .woodmart-prefooter {
    display:none;
    }

    body.tax-product_cat .woodmart-prefooter {
    display:none;
    }

    Thank You and have a nice day! 🙂

    #363509

    Hello,

    We are Glad that your issue has been resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘Prefooter display on one page only’ is closed to new replies.