How to Remove Footer but Keep Bottom Bar in The7 Theme

In Coding by Achieve OnlineLeave a Comment

If wanting to keep the bottom bar, but want to remove the main footer area for widgets, try the following code in Theme Options >> Advanced >> Custom CSS

.footer .wf-wrap:not(#bottom-bar .wf-wrap) {
	display: none;
}

Leave a Comment