Footer

Posted in: Newspaper
Post count: 64

I can make the footer widgets are seen in only a few pages?

Post count: 6600

Hi,

Unfortunately the theme doesn’t have an option for that but you could use css and hide them on those pages on which you don’t want them or you could use a condition in the footer.php file and set them to show only on those pages: http://screencast.com/t/IRuaDNaHGemF
Either way you need custom work for this which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.
Sorry for the inconvenience!

Thanks for the message!

Post count: 64

You could give me a clue on how to do with CSS? please …

I would like the footer only appear in the post, and that does not appear in the pages …

Post count: 7909

Hi,

If you want to hide footer on pages you can use this custom css:

.page .td-footer-wrap{
display: none;
}

You can hide the footer only in few pages by using .page-id-xx instead of .page
Result:http://screencast.com/t/XWzLSYXZqoy

Hope this helps!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.