Hiding the footer on a specific page…

Posted in: Newspaper
Post count: 13

Hello,

I want to hide the footer (not the one that came with the theme but a footer created with a template) on a specific page.
I tried this CSS I found on the forum

.postid-4156 .td-footer-page{
display: none;
}

but it didn’t work, nothing happened.
The id of the page that I want to hide the footer is 4156, and the id of the footer is 2217.
Please help?
https://miso-press.jp/misomaru-master/

Thank you!

Post count: 18283

Hello !

This code should work for you: .page-id-4156 .td-footer-page {
display: none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 13

It worked! Thank you so much, Vlad!

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