Home › Forums › WoodMart support forum › How to hide footer from product page? › Reply To: How to hide footer from product page?
February 25, 2021 at 9:02 am
#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