Want to remove top footer only want bottom one

Posted in: Newspaper
Post count: 20

I want to remove the top footer which holds widgets and just keep the bottom one that has copyright info in it, how do I do this please?

Post count: 3343

If you want to hide that area add this in style.css

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

Thanks

Post count: 20

Thanks

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