I want to remove footer from the HomePage.
https://screenshots.firefox.com/bmgWI3GDbaQO3Vmw/minkholdings.com
Kindly help me to remove the footer only from Home Page.
Thanks
Hi,
If you want to remove the footer only from homepage you’ll need to use a custom css; set this code in Newspaper>Theme Panel>Custom code>Custom css
.home .td-footer-wrapper{
display: none;
}
If you want to remove the footer entire website please check the settings from Newspaper>Theme panel>Footer > Footer settings -> https://www.screencast.com/t/z6NVymhN
Thank you!
Hi,
Yeah I just want to remove the footer from the homepage. I’ve used the custom css and post the css code but still the footer is showing on the homepage.
https://screenshots.firefox.com/M5gLqDK826SFQjrb/minkholdings.com
Kindly help me to figure out this issue.
Thanks
Hi,
Here is the link to my website.
http://minkholdings.com/
Kindly have a look and let me know how to remove the footer.
Thanks
Thank You 🙂
It worked for me.
Thanks for your kind assistance
I also want to know, what should I do if I want to have footer ONLY on a single page. Not on all the pages?
For example, I just want it on the “NEWS” page, not on any other page.
Thanks
Hi,
Than you’ll need to hide the footer for entire website and show only on the pages/post with a specific class/id -> https://www.screencast.com/t/KLF9alIIs5Z
The id can be found in url -> https://www.screencast.com/t/j9NxT9rmI or hover the title of page -> https://www.screencast.com/t/FStpCz25Rne0
Thank you!