Want to Remove Footer

Posted in: Newspaper
Post count: 26

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

Post count: 35449

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!

Post count: 26

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

Post count: 35449

Hi,

Please provide me a link were I can inspect your website footer, in this way I will be able to provide you a custom css that will work .

Thank you!

Post count: 26

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

Post count: 35449

Hi,

Please try this custom css
.home .td-footer-page {
display: none;
}

set this code in Newspaper>Theme Panel>Custom code>Custom css

Hope this will help better!
Thanks.

Post count: 26

Thank You 🙂
It worked for me.

Thanks for your kind assistance

Post count: 26

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

Post count: 35449

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!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.