I have selected a template without footer but seems that the shop page must have a footer . Is that mandatory? Could be the footer avoided into the shop page ?
Hi,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.
Thank you.
Sure here you have
Hi Borislav,
Whenever you choose a Page Template without a footer it will work only for pages. But for cases that the page is rendered by the PHP and the Woocommerce, you will no have that option at hand.
But you can use CSS code and add the code to X > Theme Options > CSS to hide the footer.
So please tell us exactly what do you want to do on the page you gave the link and we will follow up with you. If you want to remove the footer on that page then please add the code below to X > Theme Options > CSS:
.post-type-archive-product .sfs-footer-wrapper {
display: none !important;
}
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.