How to hide footer from product page?
-
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.
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.
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.
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.
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;
}
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.
.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
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
This also didn’t work. I have removed the content from the widget. Its look fine now.
Thanks
Sounds Great! that your issue has been solved.
Thanks for contacting us.
Have a great day 🙂
Topic Closed.
Best Regards.
The topic ‘How to hide footer from product page?’ is closed to new replies.