Home Forums WoodMart support forum How to hide footer from product page?

How to hide footer from product page?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #266956

    azia
    Participant

    Hello,

    On all the other pages I was able to hide the footer (attached with this message) but I am struggling to hide the same footer from product page.

    Please guide me to achieve above goal.

    #266992

    Hello,

    Sorry but currently I am unable to see the screenshot you attached. Please make sure that you attached it correctly with the URL of the page to check it myself and help you out accordingly.

    Best Regards.

    #268319

    azia
    Participant

    Kindly find website link and image attached.

    I would like to remove “Instagram and woodmart” section from category page

    Attachments:
    You must be logged in to view attached files.
    #268342

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .woodmart-prefooter {
        display: none;
    }

    Best Regards.

    #269121

    azia
    Participant

    Hello,

    I used below code but didn’t solved my problem completely. Its only removed Instagram from product page but woodmart logo with other options are still there. Kindly help me to remove it

    .woodmart-archive-shop .woodmart-prefooter {
    display: none;
    }

    #269138

    Hello,

    Please try adding the following Custom CSS and in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .footer-container {
        display: none;
    }

    Best Regards.

    #269152

    azia
    Participant

    .woodmart-archive-shop .footer-container {
    display: none;
    }

    If I use .footer-container then entire footer disappear completely.

    This is the element class=”container main-footer” we need to remove

    #269161

    Hello,

    Please replace the previous Custom CSS with the following in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .container .main-footer {
    display: none;
    }

    Best Regards

    #269175

    azia
    Participant

    This also didn’t work. I have removed the content from the widget. Its look fine now.

    Thanks

    #269216

    Sounds Great! that your issue has been solved.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘How to hide footer from product page?’ is closed to new replies.