Home › Forums › Jevelin Theme › Footer of woocommerce product page
Home › Forums › Jevelin Theme › Footer of woocommerce product page
Hi,
I have disabled the footer on all pages. That works great except for two pages. One is the Woocommerce product page (the with example.com/product/product_name) and the other one is the Search Result page. Can you tell me which page I need to edit (setting the footer page settings to Default from theme options)? I have imported the Basic (full) demo content.
Thanks,
Eric
Hi Eric,
I hope you are well today and thank you for your question.
Could you please share me the page URLs from your site where it is displaying so that i can help you to disable it?
Best regards,
Shufflehound team
When you scroll down the page you see at the very end that there seems to be the copyright bar/footer which I have actually disabled in theme settings. The normal footer with Pages and Favorite Products is fine.
Solution for this topic
You can disable it completely by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-footer .sh-copyrights { display: none !important; }
Thanks, that works.
You are most welcome here 🙂